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.c810 if (tx_ring->headwb_mem) { in wx_clean_tx_irq()
811 u32 head = *tx_ring->headwb_mem; in wx_clean_tx_irq()
1169 if (tx_ring->headwb_mem) in wx_tx_map()
2784 if (!tx_ring->headwb_mem) in wx_free_headwb_resources()
2788 tx_ring->headwb_mem, tx_ring->headwb_dma); in wx_free_headwb_resources()
2789 tx_ring->headwb_mem = NULL; in wx_free_headwb_resources()
2962 tx_ring->headwb_mem = dma_alloc_coherent(tx_ring->dev, in wx_setup_headwb_resources()
2966 if (!tx_ring->headwb_mem) in wx_setup_headwb_resources()
H A Dwx_vf_lib.c146 if (ring->headwb_mem) { in wx_configure_tx_ring_vf()
H A Dwx_type.h1093 u32 *headwb_mem; member
H A Dwx_hw.c1940 if (ring->headwb_mem) { in wx_configure_tx_ring()