Searched refs:rxq_flush_pending (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dnic.c670 && atomic_read(&efx->rxq_flush_pending) > 0));
695 atomic_inc(&efx->rxq_flush_pending);
722 atomic_dec(&efx->rxq_flush_pending);
738 atomic_read(&efx->rxq_flush_pending));
742 atomic_set(&efx->rxq_flush_pending, 0);
1052 atomic_inc(&efx->rxq_flush_pending);
H A Dnet_driver.h248 * @rxq_flush_pending.
712 * @rxq_flush_pending: Count of number of receive queues that need to be flushed.
835 atomic_t rxq_flush_pending; member in struct:efx_nic
H A Dmcdi.c1176 atomic_dec(&efx->rxq_flush_pending);

Completed in 943 milliseconds