Searched refs:DRV_BUF_FLUSH (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/fddi/skfp/ |
A D | hwmtm.c | 597 DRV_BUF_FLUSH(t,DDI_DMA_SYNC_FORCPU) ; in repair_txd_ring() 612 DRV_BUF_FLUSH(t,DDI_DMA_SYNC_FORDEV) ; in repair_txd_ring() 649 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in repair_rxd_ring() 664 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORDEV) ; in repair_rxd_ring() 1135 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in process_receive() 1424 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORDEV) ; in hwm_rx_frag() 1477 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in mac_drv_clear_rx_queue() 1481 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORDEV) ; in mac_drv_clear_rx_queue() 1483 DRV_BUF_FLUSH(r,DDI_DMA_SYNC_FORCPU) ; in mac_drv_clear_rx_queue() 1650 DRV_BUF_FLUSH(t,DDI_DMA_SYNC_FORDEV) ; in hwm_tx_frag() [all …]
|
/linux-6.3-rc2/drivers/net/fddi/skfp/h/ |
A D | hwmtm.h | 29 #ifndef DRV_BUF_FLUSH 30 #define DRV_BUF_FLUSH(desc,flag) macro
|
Completed in 6 milliseconds