Home
last modified time | relevance | path

Searched refs:ucode_type (Results 1 – 7 of 7) sorted by relevance

/src/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h269 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
271 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
274 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c287 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
295 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()
299 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()
303 ucode_type = IWL_UCODE_REGULAR_USNIFFER; in iwl_mvm_load_ucode_wait_alive()
304 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()
316 ret = iwl_trans_start_fw(mvm->trans, mvm->fw, ucode_type, in iwl_mvm_load_ucode_wait_alive()
538 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local
563 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
565 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
/src/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c429 __le32 ucode_type; member
547 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
548 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()
550 ucode_type); in iwl_set_default_calib()
553 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()
555 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
H A Diwl-trans.c578 enum iwl_ucode_type ucode_type, bool run_in_rfkill) in iwl_trans_start_fw() argument
585 img = iwl_get_ucode_image(fw, ucode_type); in iwl_trans_start_fw()
H A Diwl-trans.h938 enum iwl_ucode_type ucode_type, bool run_in_rfkill);
/src/sys/dev/iwm/
H A Dif_iwm.c482 uint32_t ucode_type; member
490 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local
492 if (ucode_type >= IWM_UCODE_TYPE_MAX) { in iwm_set_default_calib()
495 "calibration.\n", ucode_type); in iwm_set_default_calib()
499 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib()
501 sc->sc_default_calib[ucode_type].event_trigger = in iwm_set_default_calib()
2731 enum iwm_ucode_type ucode_type = sc->cur_ucode; in iwm_send_phy_cfg_cmd() local
2736 sc->sc_default_calib[ucode_type].event_trigger; in iwm_send_phy_cfg_cmd()
2738 sc->sc_default_calib[ucode_type].flow_trigger; in iwm_send_phy_cfg_cmd()
2820 enum iwm_ucode_type ucode_type) in iwm_load_ucode_wait_alive() argument
[all …]
/src/sys/dev/iwx/
H A Dif_iwx.c1286 uint32_t ucode_type; member
1294 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwx_set_default_calib() local
1296 if (ucode_type >= IWX_UCODE_TYPE_MAX) in iwx_set_default_calib()
1299 sc->sc_default_calib[ucode_type].flow_trigger = in iwx_set_default_calib()
1301 sc->sc_default_calib[ucode_type].event_trigger = in iwx_set_default_calib()