Searched refs:rxq_flush_outstanding (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dnic.c669 (atomic_read(&efx->rxq_flush_outstanding) < EFX_RX_FLUSH_COUNT
716 if (atomic_read(&efx->rxq_flush_outstanding) >=
723 atomic_inc(&efx->rxq_flush_outstanding);
737 atomic_read(&efx->rxq_flush_outstanding),
743 atomic_set(&efx->rxq_flush_outstanding, 0);
1057 atomic_dec(&efx->rxq_flush_outstanding);
H A Dnet_driver.h714 * @rxq_flush_outstanding: Count of number of RX flushes started but not yet
836 atomic_t rxq_flush_outstanding; member in struct:efx_nic

Completed in 59 milliseconds