Searched refs:flush_outstanding (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | farch.c | 427 WARN_ON(atomic_read(&tx_queue->flush_outstanding)); in efx_farch_flush_tx_queue() 428 atomic_set(&tx_queue->flush_outstanding, 1); in efx_farch_flush_tx_queue() 620 } else if (atomic_cmpxchg(&tx_queue->flush_outstanding, in efx_check_tx_flush_complete() 1091 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) in efx_farch_handle_tx_flush_done()
|
H A D | net_driver.h | 307 atomic_t flush_outstanding; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 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() 1099 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) { in ef4_farch_handle_tx_flush_done()
|
H A D | net_driver.h | 248 atomic_t flush_outstanding; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 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() 1099 if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) { in ef4_farch_handle_tx_flush_done()
|
H A D | net_driver.h | 248 atomic_t flush_outstanding; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 428 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()
|
H A D | net_driver.h | 306 atomic_t flush_outstanding; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 288 atomic_t flush_outstanding; member
|
Completed in 32 milliseconds