Searched refs:num_of_queues (Results 1 – 18 of 18) sorted by relevance
/linux/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 | bz.c | 43 .num_of_queues = 512,
|
H A D | 9000.c | 38 .num_of_queues = 31,
|
H A D | 7000.c | 54 .num_of_queues = 31,
|
H A D | 22000.c | 52 .num_of_queues = 512,
|
/linux/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 16 u8 num_of_queues; member 243 attr->num_of_queues = rsp_params->num_of_queues; in dpdmai_get_attributes()
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 128 for (i = 0; i < trans->trans_cfg->base_params->num_of_queues; i++) { in iwl_pcie_txq_check_wrptrs() 481 int nq = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_start() 549 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_trans_pcie_tx_reset() 636 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_stop() 659 txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_free() 811 u16 bc_tbls_size = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_alloc() 840 kcalloc(trans->trans_cfg->base_params->num_of_queues, in iwl_pcie_tx_alloc() 849 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_alloc() 966 for (txq_id = 0; txq_id < trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_init() 994 if (trans->trans_cfg->base_params->num_of_queues > 20) in iwl_pcie_tx_init() [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 145 u16 num_of_queues; /* def: HW dependent */ member
|
/linux/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()
|
H A D | main.c | 1339 priv->trans->trans_cfg->base_params->num_of_queues); in iwl_op_mode_dvm_start()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 2396 il->hw_params.max_txq_num = il->cfg->num_of_queues; in il3945_hw_set_hw_params() 2668 .num_of_queues = IL39_NUM_QUEUES, 2697 .num_of_queues = IL39_NUM_QUEUES,
|
H A D | 4965-mac.c | 6441 if (il->cfg->mod_params->num_of_queues >= IL_MIN_NUM_QUEUES && in il4965_set_hw_params() 6442 il->cfg->mod_params->num_of_queues <= IL49_NUM_QUEUES) in il4965_set_hw_params() 6443 il->cfg->num_of_queues = in il4965_set_hw_params() 6444 il->cfg->mod_params->num_of_queues; in il4965_set_hw_params() 6446 il->hw_params.max_txq_num = il->cfg->num_of_queues; in il4965_set_hw_params() 6449 il->cfg->num_of_queues * in il4965_set_hw_params() 6837 module_param_named(queues_num, il4965_mod_params.num_of_queues, int, 0444);
|
H A D | 4965.c | 1909 .num_of_queues = IL49_NUM_QUEUES,
|
H A D | debug.c | 824 sizeof(char) * 64 * il->cfg->num_of_queues; in il_dbgfs_tx_queue_read()
|