Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dfarch.c592 (atomic_read(&efx->rxq_flush_outstanding) < EFX_RX_FLUSH_COUNT in efx_farch_flush_wake()
675 if (atomic_read(&efx->rxq_flush_outstanding) >= in efx_farch_do_flush()
682 atomic_inc(&efx->rxq_flush_outstanding); in efx_farch_do_flush()
698 atomic_read(&efx->rxq_flush_outstanding), in efx_farch_do_flush()
704 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_do_flush()
754 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_finish_flr()
1125 atomic_dec(&efx->rxq_flush_outstanding); in efx_farch_handle_rx_flush_done()
Dnet_driver.h1072 atomic_t rxq_flush_outstanding; member
/Linux-v5.4/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()
1137 atomic_dec(&efx->rxq_flush_outstanding); in ef4_farch_handle_rx_flush_done()
Dnet_driver.h890 atomic_t rxq_flush_outstanding; member