Home
last modified time | relevance | path

Searched refs:flush_outstanding (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Dfarch.c428 WARN_ON(atomic_read(&tx_queue->flush_outstanding)); in efx_farch_flush_tx_queue()
429 atomic_set(&tx_queue->flush_outstanding, 1); in efx_farch_flush_tx_queue()
627 } else if (atomic_cmpxchg(&tx_queue->flush_outstanding, in efx_check_tx_flush_complete()
1105 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) { in efx_farch_handle_tx_flush_done()
Dnet_driver.h261 atomic_t flush_outstanding; member