Searched refs:flush_outstanding (Results 1 – 4 of 4) sorted by relevance
422 WARN_ON(atomic_read(&tx_queue->flush_outstanding)); in efx_farch_flush_tx_queue()423 atomic_set(&tx_queue->flush_outstanding, 1); in efx_farch_flush_tx_queue()615 } else if (atomic_cmpxchg(&tx_queue->flush_outstanding, in efx_check_tx_flush_complete()1088 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) { in efx_farch_handle_tx_flush_done()
286 atomic_t flush_outstanding; member
434 WARN_ON(atomic_read(&tx_queue->flush_outstanding)); in ef4_farch_flush_tx_queue()435 atomic_set(&tx_queue->flush_outstanding, 1); in ef4_farch_flush_tx_queue()633 } else if (atomic_cmpxchg(&tx_queue->flush_outstanding, in ef4_check_tx_flush_complete()1100 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) { in ef4_farch_handle_tx_flush_done()
248 atomic_t flush_outstanding; member