Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dfarch.c595 (atomic_read(&efx->rxq_flush_outstanding) < EFX_RX_FLUSH_COUNT in efx_farch_flush_wake()
678 if (atomic_read(&efx->rxq_flush_outstanding) >= in efx_farch_do_flush()
685 atomic_inc(&efx->rxq_flush_outstanding); in efx_farch_do_flush()
701 atomic_read(&efx->rxq_flush_outstanding), in efx_farch_do_flush()
707 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_do_flush()
757 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_finish_flr()
1128 atomic_dec(&efx->rxq_flush_outstanding); in efx_farch_handle_rx_flush_done()
Dnet_driver.h1075 atomic_t rxq_flush_outstanding; member
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfarch.c613 (atomic_read(&efx->rxq_flush_outstanding) < EF4_RX_FLUSH_COUNT in ef4_farch_flush_wake()
686 if (atomic_read(&efx->rxq_flush_outstanding) >= in ef4_farch_do_flush()
693 atomic_inc(&efx->rxq_flush_outstanding); in ef4_farch_do_flush()
708 atomic_read(&efx->rxq_flush_outstanding), in ef4_farch_do_flush()
714 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_do_flush()
764 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_finish_flr()
1140 atomic_dec(&efx->rxq_flush_outstanding); in ef4_farch_handle_rx_flush_done()
Dnet_driver.h893 atomic_t rxq_flush_outstanding; member