Home
last modified time | relevance | path

Searched refs:queue_alloc_cmd_ver (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h434 u8 queue_alloc_cmd_ver; member
1028 u8 queue_alloc_cmd_ver; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1300 trans_cfg.queue_alloc_cmd_ver = in iwl_op_mode_mvm_start()
1306 trans_cfg.queue_alloc_cmd_ver > 0; in iwl_op_mode_mvm_start()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1247 if (trans->txqs.queue_alloc_cmd_ver == 0) { in iwl_txq_dyn_alloc()
1264 } else if (trans->txqs.queue_alloc_cmd_ver == 3) { in iwl_txq_dyn_alloc()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c1964 trans->txqs.queue_alloc_cmd_ver = trans_cfg->queue_alloc_cmd_ver; in iwl_trans_pcie_configure()