Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.h13 u32 active_queues; /* Number of active queues */ member
Da6xx_hfi.c373 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
/drivers/net/ethernet/sfc/
Dfarch.c591 return (atomic_read(&efx->active_queues) == 0 || in efx_farch_flush_wake()
658 while (timeout && atomic_read(&efx->active_queues) > 0) { in efx_farch_do_flush()
694 if (atomic_read(&efx->active_queues) && in efx_farch_do_flush()
697 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in efx_farch_do_flush()
702 atomic_set(&efx->active_queues, 0); in efx_farch_do_flush()
755 atomic_set(&efx->active_queues, 0); in efx_farch_finish_flr()
1135 WARN_ON(atomic_read(&efx->active_queues) == 0); in efx_farch_handle_drain_event()
1136 atomic_dec(&efx->active_queues); in efx_farch_handle_drain_event()
Def10.c2036 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf()
3949 if (atomic_dec_and_test(&efx->active_queues)) in efx_ef10_handle_drain_event()
3952 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_ef10_handle_drain_event()
3967 atomic_set(&efx->active_queues, 0); in efx_ef10_fini_dmaq()
3981 atomic_read(&efx->active_queues) == 0, in efx_ef10_fini_dmaq()
3983 pending = atomic_read(&efx->active_queues); in efx_ef10_fini_dmaq()
3996 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
Dnet_driver.h1070 atomic_t active_queues; member
Dmcdi_port.c1276 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
Defx.c712 atomic_inc(&efx->active_queues); in efx_start_datapath()
717 atomic_inc(&efx->active_queues); in efx_start_datapath()
/drivers/net/ethernet/sfc/falcon/
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()
1147 WARN_ON(atomic_read(&efx->active_queues) == 0); in ef4_farch_handle_drain_event()
1148 atomic_dec(&efx->active_queues); in ef4_farch_handle_drain_event()
Dnet_driver.h888 atomic_t active_queues; member
Defx.c667 atomic_inc(&efx->active_queues); in ef4_start_datapath()
672 atomic_inc(&efx->active_queues); in ef4_start_datapath()