Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/siena/
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()
621 } else if (atomic_cmpxchg(&tx_queue->flush_outstanding, in efx_check_tx_flush_complete()
1093 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) in efx_farch_handle_tx_flush_done()
Dnet_driver.h306 atomic_t flush_outstanding; member
/Linux-v6.1/drivers/net/ethernet/sfc/falcon/
Dfarch.c434 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()
1099 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) { in ef4_farch_handle_tx_flush_done()
Dnet_driver.h248 atomic_t flush_outstanding; member
/Linux-v6.1/drivers/net/ethernet/sfc/
Dnet_driver.h308 atomic_t flush_outstanding; member