Home
last modified time | relevance | path

Searched refs:headwb_mem (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c778 if (tx_ring->headwb_mem) { in wx_clean_tx_irq()
779 u32 head = *tx_ring->headwb_mem; in wx_clean_tx_irq()
1132 if (tx_ring->headwb_mem) in wx_tx_map()
2742 if (!tx_ring->headwb_mem) in wx_free_headwb_resources()
2746 tx_ring->headwb_mem, tx_ring->headwb_dma); in wx_free_headwb_resources()
2747 tx_ring->headwb_mem = NULL; in wx_free_headwb_resources()
2920 tx_ring->headwb_mem = dma_alloc_coherent(tx_ring->dev, in wx_setup_headwb_resources()
2924 if (!tx_ring->headwb_mem) in wx_setup_headwb_resources()
H A Dwx_vf_lib.c135 if (ring->headwb_mem) { in wx_configure_tx_ring_vf()
H A Dwx_type.h1076 u32 *headwb_mem; member
H A Dwx_hw.c1939 if (ring->headwb_mem) { in wx_configure_tx_ring()