Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dfarch.c605 return (atomic_read(&efx->active_queues) == 0 || in efx_farch_flush_wake()
672 while (timeout && atomic_read(&efx->active_queues) > 0) { in efx_farch_do_flush()
708 if (atomic_read(&efx->active_queues) && in efx_farch_do_flush()
711 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in efx_farch_do_flush()
716 atomic_set(&efx->active_queues, 0); in efx_farch_do_flush()
769 atomic_set(&efx->active_queues, 0); in efx_farch_finish_flr()
1154 WARN_ON(atomic_read(&efx->active_queues) == 0); in efx_farch_handle_drain_event()
1155 atomic_dec(&efx->active_queues); in efx_farch_handle_drain_event()
Def10.c1495 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf()
2798 if (atomic_dec_and_test(&efx->active_queues)) in efx_ef10_handle_drain_event()
2801 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_ef10_handle_drain_event()
2816 atomic_set(&efx->active_queues, 0); in efx_ef10_fini_dmaq()
2830 atomic_read(&efx->active_queues) == 0, in efx_ef10_fini_dmaq()
2832 pending = atomic_read(&efx->active_queues); in efx_ef10_fini_dmaq()
2845 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
Dnet_driver.h1040 atomic_t active_queues; member
Dmcdi_port.c954 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
Defx.c668 atomic_inc(&efx->active_queues); in efx_start_datapath()
673 atomic_inc(&efx->active_queues); in efx_start_datapath()