Home
last modified time | relevance | path

Searched refs:DRV_BUF_FLUSH (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/fddi/skfp/
Dhwmtm.c345 DRV_BUF_FLUSH(&d1->r,DDI_DMA_SYNC_FORDEV) ; in init_descr_ring()
601 DRV_BUF_FLUSH(t,DDI_DMA_SYNC_FORCPU) ; in repair_txd_ring()
616 DRV_BUF_FLUSH(t,DDI_DMA_SYNC_FORDEV) ; in repair_txd_ring()
653 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in repair_rxd_ring()
668 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORDEV) ; in repair_rxd_ring()
1083 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in process_receive()
1139 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in process_receive()
1143 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in process_receive()
1428 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORDEV) ; in hwm_rx_frag()
1481 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in mac_drv_clear_rx_queue()
[all …]
/Linux-v5.4/drivers/net/fddi/skfp/h/
Dhwmtm.h29 #ifndef DRV_BUF_FLUSH
30 #define DRV_BUF_FLUSH(desc,flag) macro