Searched refs:rxq_flush_outstanding (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | farch.c | 597 (atomic_read(&efx->rxq_flush_outstanding) < EFX_RX_FLUSH_COUNT in efx_farch_flush_wake() 680 if (atomic_read(&efx->rxq_flush_outstanding) >= in efx_farch_do_flush() 687 atomic_inc(&efx->rxq_flush_outstanding); in efx_farch_do_flush() 703 atomic_read(&efx->rxq_flush_outstanding), in efx_farch_do_flush() 709 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_do_flush() 746 * completion events. This means that efx->rxq_flush_outstanding remained at 4 750 * flush any RX queues because efx->rxq_flush_outstanding is at the limit of 4 759 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_finish_flr() 1127 atomic_dec(&efx->rxq_flush_outstanding); in efx_farch_handle_rx_flush_done()
|
H A D | net_driver.h | 959 * @rxq_flush_outstanding: Count of number of RX flushes started but not yet 1136 atomic_t rxq_flush_outstanding; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 610 (atomic_read(&efx->rxq_flush_outstanding) < EF4_RX_FLUSH_COUNT in ef4_farch_flush_wake() 683 if (atomic_read(&efx->rxq_flush_outstanding) >= in ef4_farch_do_flush() 690 atomic_inc(&efx->rxq_flush_outstanding); in ef4_farch_do_flush() 705 atomic_read(&efx->rxq_flush_outstanding), in ef4_farch_do_flush() 711 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_do_flush() 748 * completion events. This means that efx->rxq_flush_outstanding remained at 4 752 * flush any RX queues because efx->rxq_flush_outstanding is at the limit of 4 761 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_finish_flr() 1136 atomic_dec(&efx->rxq_flush_outstanding); in ef4_farch_handle_rx_flush_done()
|
H A D | net_driver.h | 747 * @rxq_flush_outstanding: Count of number of RX flushes started but not yet 890 atomic_t rxq_flush_outstanding; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 610 (atomic_read(&efx->rxq_flush_outstanding) < EF4_RX_FLUSH_COUNT in ef4_farch_flush_wake() 683 if (atomic_read(&efx->rxq_flush_outstanding) >= in ef4_farch_do_flush() 690 atomic_inc(&efx->rxq_flush_outstanding); in ef4_farch_do_flush() 705 atomic_read(&efx->rxq_flush_outstanding), in ef4_farch_do_flush() 711 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_do_flush() 748 * completion events. This means that efx->rxq_flush_outstanding remained at 4 752 * flush any RX queues because efx->rxq_flush_outstanding is at the limit of 4 761 atomic_set(&efx->rxq_flush_outstanding, 0); in ef4_farch_finish_flr() 1136 atomic_dec(&efx->rxq_flush_outstanding); in ef4_farch_handle_rx_flush_done()
|
H A D | net_driver.h | 747 * @rxq_flush_outstanding: Count of number of RX flushes started but not yet 890 atomic_t rxq_flush_outstanding; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 598 (atomic_read(&efx->rxq_flush_outstanding) < EFX_RX_FLUSH_COUNT in efx_farch_flush_wake() 681 if (atomic_read(&efx->rxq_flush_outstanding) >= in efx_farch_do_flush() 688 atomic_inc(&efx->rxq_flush_outstanding); in efx_farch_do_flush() 704 atomic_read(&efx->rxq_flush_outstanding), in efx_farch_do_flush() 710 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_do_flush() 747 * completion events. This means that efx->rxq_flush_outstanding remained at 4 751 * won't flush any RX queues because efx->rxq_flush_outstanding is at the limit 761 atomic_set(&efx->rxq_flush_outstanding, 0); in efx_farch_finish_flr() 1129 atomic_dec(&efx->rxq_flush_outstanding); in efx_farch_handle_rx_flush_done()
|
H A D | net_driver.h | 918 * @rxq_flush_outstanding: Count of number of RX flushes started but not yet 1096 atomic_t rxq_flush_outstanding; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 946 * @rxq_flush_outstanding: Count of number of RX flushes started but not yet 1128 atomic_t rxq_flush_outstanding; member
|
Completed in 32 milliseconds