Searched refs:ucode_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h259 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) argument
261 if (ucode_type >= IWL_UCODE_TYPE_MAX)
264 return &fw->img[ucode_type];
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c314 enum iwl_ucode_type ucode_type)
323 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm);
327 if (ucode_type == IWL_UCODE_REGULAR &&
333 fw = iwl_get_ucode_image(mvm->fw, ucode_type);
336 iwl_fw_set_current_image(&mvm->fwrt, ucode_type);
345 * For the unified firmware case, the ucode_type is not
535 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; local
560 mvm->fw->default_calib[ucode_type].event_trigger;
562 mvm->fw->default_calib[ucode_type].flow_trigger;
313 iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) argument
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c305 * @ucode_type: the uCode to which the following default calib relates.
309 __le32 ucode_type; member in struct:iwl_tlv_calib_data
442 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); local
443 if (ucode_type >= IWL_UCODE_TYPE_MAX) {
444 IWL_ERR(drv, "Wrong ucode_type %u for default calibration.\n",
445 ucode_type);
448 drv->fw.default_calib[ucode_type].flow_trigger =
450 drv->fw.default_calib[ucode_type].event_trigger =
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c454 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
462 uint32_t ucode_type = le32toh(def_calib->ucode_type); local
464 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
466 "Wrong ucode_type %u for default "
467 "calibration.\n", ucode_type);
471 sc->sc_default_calib[ucode_type].flow_trigger =
473 sc->sc_default_calib[ucode_type].event_trigger =
2702 enum iwm_ucode_type ucode_type = sc->cur_ucode; local
2707 sc->sc_default_calib[ucode_type]
2790 iwm_load_ucode_wait_alive(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) argument
[all...]

Completed in 118 milliseconds