Lines Matching refs:fw
95 return &mvm->fw->img[ucode_type]; in iwl_get_ucode_image()
213 const struct fw_img *fw; in iwl_mvm_load_ucode_wait_alive() local
220 iwl_fw_dbg_conf_usniffer(mvm->fw, FW_DBG_START_FROM_ALIVE)) in iwl_mvm_load_ucode_wait_alive()
221 fw = iwl_get_ucode_image(mvm, IWL_UCODE_REGULAR_USNIFFER); in iwl_mvm_load_ucode_wait_alive()
223 fw = iwl_get_ucode_image(mvm, ucode_type); in iwl_mvm_load_ucode_wait_alive()
224 if (WARN_ON(!fw)) in iwl_mvm_load_ucode_wait_alive()
233 ret = iwl_trans_start_fw(mvm->trans, fw, ucode_type == IWL_UCODE_INIT); in iwl_mvm_load_ucode_wait_alive()
303 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
305 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
567 if (WARN_ONCE(conf_id >= ARRAY_SIZE(mvm->fw->dbg_conf_tlv), in iwl_mvm_start_fw_dbg_conf()
572 if ((!mvm->fw->dbg_conf_tlv[conf_id] || in iwl_mvm_start_fw_dbg_conf()
573 !mvm->fw->dbg_conf_tlv[conf_id]->num_of_hcmds) && in iwl_mvm_start_fw_dbg_conf()
579 if (!mvm->fw->dbg_conf_tlv[conf_id]) in iwl_mvm_start_fw_dbg_conf()
587 ptr = (void *)&mvm->fw->dbg_conf_tlv[conf_id]->hcmd; in iwl_mvm_start_fw_dbg_conf()
588 for (i = 0; i < mvm->fw->dbg_conf_tlv[conf_id]->num_of_hcmds; i++) { in iwl_mvm_start_fw_dbg_conf()
626 if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_HDC_PHASE_0)) in iwl_mvm_config_ltr()
679 if (IWL_UCODE_API(mvm->fw->ucode_ver) >= 10) in iwl_mvm_up()
688 if (mvm->fw->dbg_dest_tlv) in iwl_mvm_up()
757 if (mvm->fw->ucode_capa.capa[0] & IWL_UCODE_TLV_CAPA_UMAC_SCAN) { in iwl_mvm_up()