Searched refs:active_queues (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/sfc/ |
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()
|
D | farch.c | 596 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()
|
D | efx_channels.c | 1126 atomic_inc(&efx->active_queues); in efx_start_channels() 1131 atomic_inc(&efx->active_queues); in efx_start_channels()
|
D | net_driver.h | 1142 atomic_t active_queues; member
|
D | mcdi.c | 1304 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()
|
D | mcdi_port_common.c | 1194 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
|
D | ef10.c | 1930 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf() 3217 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
|
/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 13 u32 active_queues; /* Number of active queues */ member
|
D | a6xx_hfi.c | 652 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
|
/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() 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()
|
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()
|
/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 1119 hwqs = vhost->scsi_scrqs.active_queues; in ibmvfc_purge_requests() 1952 scsi_channel = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand() 1957 evt->hwq = hwq % vhost->scsi_scrqs.active_queues; in ibmvfc_queuecommand() 2469 q_size = vhost->scsi_scrqs.active_queues; in ibmvfc_wait_for_ops() 2579 num_hwq = vhost->scsi_scrqs.active_queues; in ibmvfc_cancel_all_mq() 4992 int flags, active_queues, i; in ibmvfc_channel_setup_done() local 5001 active_queues = be32_to_cpu(setup->num_scsi_subq_channels); in ibmvfc_channel_setup_done() 5002 scrqs->active_queues = active_queues; in ibmvfc_channel_setup_done() 5008 if (active_queues) in ibmvfc_channel_setup_done() 5010 for (i = 0; i < active_queues; i++) in ibmvfc_channel_setup_done() [all …]
|
D | ibmvfc.h | 811 unsigned int active_queues; member
|