Searched refs:active_queues (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_functions.c | 366 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 D | efx_channels.c | 1099 atomic_inc(&efx->active_queues); in efx_start_channels() 1108 atomic_inc(&efx->active_queues); in efx_start_channels()
|
| H A D | net_driver.h | 1162 atomic_t active_queues; member
|
| H A D | mcdi.c | 1285 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 D | mcdi_port_common.c | 1176 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
|
| H A D | ef10.c | 1957 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 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() 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 D | net_driver.h | 888 atomic_t active_queues; member
|
| H A D | efx.c | 661 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 D | farch.c | 597 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 D | efx_channels.c | 1129 atomic_inc(&efx->active_queues); in efx_siena_start_channels() 1134 atomic_inc(&efx->active_queues); in efx_siena_start_channels()
|
| H A D | net_driver.h | 1085 atomic_t active_queues; member
|
| H A D | mcdi.c | 1308 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 D | mcdi_port_common.c | 1183 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
|
| /linux/block/ |
| H A D | blk-mq.h | 427 users = READ_ONCE(hctx->tags->active_queues); in hctx_may_queue()
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 267 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 D | a6xx_hfi.c | 1081 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
|