Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c366 atomic_set(&efx->active_queues, 0); in efx_fini_dmaq()
380 atomic_read(&efx->active_queues) == 0, in efx_fini_dmaq()
382 pending = atomic_read(&efx->active_queues); in efx_fini_dmaq()
H A Defx_channels.c1099 atomic_inc(&efx->active_queues); in efx_start_channels()
1108 atomic_inc(&efx->active_queues); in efx_start_channels()
H A Dnet_driver.h1162 atomic_t active_queues; member
H A Dmcdi.c1285 if (atomic_dec_and_test(&efx->active_queues)) in efx_handle_drain_event()
1288 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_handle_drain_event()
H A Dmcdi_port_common.c1176 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
H A Def10.c1957 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf()
3265 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c609 return (atomic_read(&efx->active_queues) == 0 || in ef4_farch_flush_wake()
676 while (timeout && atomic_read(&efx->active_queues) > 0) { in ef4_farch_do_flush()
701 if (atomic_read(&efx->active_queues) && in ef4_farch_do_flush()
704 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in ef4_farch_do_flush()
709 atomic_set(&efx->active_queues, 0); in ef4_farch_do_flush()
762 atomic_set(&efx->active_queues, 0); in ef4_farch_finish_flr()
1146 WARN_ON(atomic_read(&efx->active_queues) == 0); in ef4_farch_handle_drain_event()
1147 atomic_dec(&efx->active_queues); in ef4_farch_handle_drain_event()
H A Dnet_driver.h888 atomic_t active_queues; member
H A Defx.c661 atomic_inc(&efx->active_queues); in ef4_start_datapath()
666 atomic_inc(&efx->active_queues); in ef4_start_datapath()
/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c597 return (atomic_read(&efx->active_queues) == 0 || in efx_farch_flush_wake()
664 while (timeout && atomic_read(&efx->active_queues) > 0) { in efx_farch_do_flush()
700 if (atomic_read(&efx->active_queues) && in efx_farch_do_flush()
703 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in efx_farch_do_flush()
708 atomic_set(&efx->active_queues, 0); in efx_farch_do_flush()
762 atomic_set(&efx->active_queues, 0); in efx_farch_finish_flr()
1139 WARN_ON(atomic_read(&efx->active_queues) == 0); in efx_farch_handle_drain_event()
1140 atomic_dec(&efx->active_queues); in efx_farch_handle_drain_event()
H A Defx_channels.c1129 atomic_inc(&efx->active_queues); in efx_siena_start_channels()
1134 atomic_inc(&efx->active_queues); in efx_siena_start_channels()
H A Dnet_driver.h1085 atomic_t active_queues; member
H A Dmcdi.c1308 if (atomic_dec_and_test(&efx->active_queues)) in efx_handle_drain_event()
1311 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_handle_drain_event()
H A Dmcdi_port_common.c1183 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
/linux/block/
H A Dblk-mq.h427 users = READ_ONCE(hctx->tags->active_queues); in hctx_may_queue()
/linux/net/sched/
H A Dsch_cake.c267 u32 active_queues; member
2048 WRITE_ONCE(q->active_queues, num_active_qs); in cake_dequeue()
2894 qd->active_queues = 0; in cake_init()
3020 PUT_STAT_U32(ACTIVE_QUEUES, READ_ONCE(q->active_queues)); in cake_dump_stats()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c1081 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()