Searched refs:active_queues (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 13 u32 active_queues; /* Number of active queues */ member
|
D | a6xx_hfi.c | 373 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
|
/drivers/net/ethernet/sfc/ |
D | farch.c | 591 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()
|
D | ef10.c | 2036 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()
|
D | net_driver.h | 1070 atomic_t active_queues; member
|
D | mcdi_port.c | 1276 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
|
D | efx.c | 712 atomic_inc(&efx->active_queues); in efx_start_datapath() 717 atomic_inc(&efx->active_queues); in efx_start_datapath()
|
/drivers/net/ethernet/sfc/falcon/ |
D | farch.c | 609 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()
|
D | net_driver.h | 888 atomic_t active_queues; member
|
D | efx.c | 667 atomic_inc(&efx->active_queues); in ef4_start_datapath() 672 atomic_inc(&efx->active_queues); in ef4_start_datapath()
|