Searched refs:num_of_queues (Results 1 - 25 of 49) sorted by relevance
12
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 6000.c | 54 .num_of_queues = IWLAGN_NUM_QUEUES, 67 .num_of_queues = IWLAGN_NUM_QUEUES, 80 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 2000.c | 45 .num_of_queues = IWLAGN_NUM_QUEUES, 59 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 1000.c | 33 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 8000.c | 42 .num_of_queues = 31,
|
H A D | 5000.c | 35 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 9000.c | 38 .num_of_queues = 31,
|
H A D | bz.c | 57 .num_of_queues = 512,
|
H A D | sc.c | 54 .num_of_queues = 512,
|
H A D | 22000.c | 52 .num_of_queues = 512,
|
H A D | 7000.c | 54 .num_of_queues = 31,
|
H A D | ax210.c | 71 .num_of_queues = 512,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 2000.c | 50 .num_of_queues = IWLAGN_NUM_QUEUES, 64 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 6000.c | 59 .num_of_queues = IWLAGN_NUM_QUEUES, 72 .num_of_queues = IWLAGN_NUM_QUEUES, 85 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 1000.c | 38 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 8000.c | 99 .num_of_queues = 31,
|
H A D | 5000.c | 40 .num_of_queues = IWLAGN_NUM_QUEUES,
|
H A D | 9000.c | 86 .num_of_queues = 31,
|
H A D | 22000.c | 136 .num_of_queues = 512, 148 .num_of_queues = 512,
|
H A D | 7000.c | 112 .num_of_queues = 31,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 177 for (i = 0; i < trans->trans_cfg->base_params->num_of_queues; i++) { in iwl_pcie_txq_check_wrptrs() 395 int nq = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_start() 462 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_trans_pcie_tx_reset() 549 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_stop() 571 txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_free() 595 u16 bc_tbls_size = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_alloc() 624 kcalloc(trans->trans_cfg->base_params->num_of_queues, in iwl_pcie_tx_alloc() 633 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_alloc() 687 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_init() 715 if (trans->trans_cfg->base_params->num_of_queues > 2 in iwl_pcie_tx_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 120 for (i = 0; i < trans->trans_cfg->base_params->num_of_queues; i++) { in iwl_pcie_txq_check_wrptrs() 281 int nq = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_start() 348 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_trans_pcie_tx_reset() 434 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_stop() 456 txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_free() 480 u16 bc_tbls_size = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_alloc() 509 kcalloc(trans->trans_cfg->base_params->num_of_queues, in iwl_pcie_tx_alloc() 518 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_alloc() 572 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_init() 600 if (trans->trans_cfg->base_params->num_of_queues > 2 in iwl_pcie_tx_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 189 u16 num_of_queues; /* def: HW dependent */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 138 u16 num_of_queues; /* def: HW dependent */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tx.c | 470 q < priv->trans->trans_cfg->base_params->num_of_queues; q++) { in iwlagn_alloc_agg_txq() 1284 if (scd_flow >= priv->trans->trans_cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tx.c | 466 q < priv->trans->trans_cfg->base_params->num_of_queues; q++) { in iwlagn_alloc_agg_txq() 1280 if (scd_flow >= priv->trans->trans_cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
|
Completed in 16 milliseconds
12