Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dfarch.c597 (atomic_read(&efx->rxq_flush_outstanding) < EFX_RX_FLUSH_COUNT in efx_farch_flush_wake()
680 if (atomic_read(&efx->rxq_flush_outstanding) >= in efx_farch_do_flush()
687 atomic_inc(&efx->rxq_flush_outstanding); in efx_farch_do_flush()
703 atomic_read(&efx->rxq_flush_outstanding), in efx_farch_do_flush()
709 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_do_flush()
759 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_finish_flr()
1127 atomic_dec(&efx->rxq_flush_outstanding); in efx_farch_handle_rx_flush_done()
Dnet_driver.h1144 atomic_t rxq_flush_outstanding; member
/drivers/net/ethernet/sfc/falcon/
Dfarch.c610 (atomic_read(&efx->rxq_flush_outstanding) < EF4_RX_FLUSH_COUNT in ef4_farch_flush_wake()
683 if (atomic_read(&efx->rxq_flush_outstanding) >= in ef4_farch_do_flush()
690 atomic_inc(&efx->rxq_flush_outstanding); in ef4_farch_do_flush()
705 atomic_read(&efx->rxq_flush_outstanding), in ef4_farch_do_flush()
711 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_do_flush()
761 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_finish_flr()
1136 atomic_dec(&efx->rxq_flush_outstanding); in ef4_farch_handle_rx_flush_done()
Dnet_driver.h890 atomic_t rxq_flush_outstanding; member