Searched refs:trans_cfg (Results 1 – 5 of 5) sorted by relevance
395 struct iwl_trans_config trans_cfg = {}; in iwl_op_mode_mvm_start() local473 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()474 trans_cfg.no_reclaim_cmds = no_reclaim_cmds; in iwl_op_mode_mvm_start()475 trans_cfg.n_no_reclaim_cmds = ARRAY_SIZE(no_reclaim_cmds); in iwl_op_mode_mvm_start()476 trans_cfg.rx_buf_size_8k = iwlwifi_mod_params.amsdu_size_8K; in iwl_op_mode_mvm_start()479 trans_cfg.bc_table_dword = true; in iwl_op_mode_mvm_start()481 trans_cfg.command_names = iwl_mvm_cmd_strings; in iwl_op_mode_mvm_start()483 trans_cfg.cmd_queue = IWL_MVM_CMD_QUEUE; in iwl_op_mode_mvm_start()484 trans_cfg.cmd_fifo = IWL_MVM_TX_FIFO_CMD; in iwl_op_mode_mvm_start()485 trans_cfg.scd_set_active = true; in iwl_op_mode_mvm_start()[all …]
1154 struct iwl_trans_config trans_cfg = {}; in iwl_op_mode_dvm_start() local1227 trans_cfg.op_mode = op_mode; in iwl_op_mode_dvm_start()1228 trans_cfg.no_reclaim_cmds = no_reclaim_cmds; in iwl_op_mode_dvm_start()1229 trans_cfg.n_no_reclaim_cmds = ARRAY_SIZE(no_reclaim_cmds); in iwl_op_mode_dvm_start()1230 trans_cfg.rx_buf_size_8k = iwlwifi_mod_params.amsdu_size_8K; in iwl_op_mode_dvm_start()1231 trans_cfg.cmd_q_wdg_timeout = IWL_WATCHDOG_DISABLED; in iwl_op_mode_dvm_start()1233 trans_cfg.command_names = iwl_dvm_cmd_strings; in iwl_op_mode_dvm_start()1234 trans_cfg.cmd_fifo = IWLAGN_CMD_FIFO_NUM; in iwl_op_mode_dvm_start()1243 trans_cfg.cmd_queue = IWL_IPAN_CMD_QUEUE_NUM; in iwl_op_mode_dvm_start()1246 trans_cfg.cmd_queue = IWL_DEFAULT_CMD_QUEUE_NUM; in iwl_op_mode_dvm_start()[all …]
537 const struct iwl_trans_config *trans_cfg);650 const struct iwl_trans_config *trans_cfg) in iwl_trans_configure() argument652 trans->op_mode = trans_cfg->op_mode; in iwl_trans_configure()654 trans->ops->configure(trans, trans_cfg); in iwl_trans_configure()
1311 const struct iwl_trans_config *trans_cfg) in iwl_trans_pcie_configure() argument1315 trans_pcie->cmd_queue = trans_cfg->cmd_queue; in iwl_trans_pcie_configure()1316 trans_pcie->cmd_fifo = trans_cfg->cmd_fifo; in iwl_trans_pcie_configure()1317 trans_pcie->cmd_q_wdg_timeout = trans_cfg->cmd_q_wdg_timeout; in iwl_trans_pcie_configure()1318 if (WARN_ON(trans_cfg->n_no_reclaim_cmds > MAX_NO_RECLAIM_CMDS)) in iwl_trans_pcie_configure()1321 trans_pcie->n_no_reclaim_cmds = trans_cfg->n_no_reclaim_cmds; in iwl_trans_pcie_configure()1323 memcpy(trans_pcie->no_reclaim_cmds, trans_cfg->no_reclaim_cmds, in iwl_trans_pcie_configure()1326 trans_pcie->rx_buf_size_8k = trans_cfg->rx_buf_size_8k; in iwl_trans_pcie_configure()1332 trans_pcie->command_names = trans_cfg->command_names; in iwl_trans_pcie_configure()1333 trans_pcie->bc_table_dword = trans_cfg->bc_table_dword; in iwl_trans_pcie_configure()[all …]
3330 u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; in ms_read_multiple_pages() local3451 trans_cfg = NO_WAIT_INT; in ms_read_multiple_pages()3453 trans_cfg = WAIT_INT; in ms_read_multiple_pages()3460 0xFF, trans_cfg); in ms_read_multiple_pages()