Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dfarch.c596 return (atomic_read(&efx->active_queues) == 0 || in efx_farch_flush_wake()
663 while (timeout && atomic_read(&efx->active_queues) > 0) { in efx_farch_do_flush()
699 if (atomic_read(&efx->active_queues) && in efx_farch_do_flush()
702 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in efx_farch_do_flush()
707 atomic_set(&efx->active_queues, 0); in efx_farch_do_flush()
760 atomic_set(&efx->active_queues, 0); in efx_farch_finish_flr()
1137 WARN_ON(atomic_read(&efx->active_queues) == 0); in efx_farch_handle_drain_event()
1138 atomic_dec(&efx->active_queues); in efx_farch_handle_drain_event()
H A Defx_channels.c1061 atomic_inc(&efx->active_queues); in efx_start_channels()
1066 atomic_inc(&efx->active_queues); in efx_start_channels()
H A Dnet_driver.h1092 atomic_t active_queues; member
H A Dmcdi.c1304 if (atomic_dec_and_test(&efx->active_queues)) in efx_handle_drain_event()
1307 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_handle_drain_event()
H A Dmcdi_port_common.c1191 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
H A Def10.c1896 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf()
3183 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-tag.h12 atomic_t active_queues; member
H A Dblk-mq-tag.c36 atomic_inc(&hctx->tags->active_queues); in __blk_mq_tag_busy()
70 atomic_dec(&tags->active_queues); in __blk_mq_tag_idle()
H A Dblk-mq.h315 users = atomic_read(&hctx->tags->active_queues); in hctx_may_queue()
H A Dblk-mq-debugfs.c455 atomic_read(&tags->active_queues)); in blk_mq_debugfs_tags_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.h13 u32 active_queues; /* Number of active queues */ member
H A Da6xx_hfi.c587 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
/OK3568_Linux_fs/kernel/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.c667 atomic_inc(&efx->active_queues); in ef4_start_datapath()
672 atomic_inc(&efx->active_queues); in ef4_start_datapath()