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

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c662 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
670 uint32_t ucode_type = le32toh(def_calib->ucode_type); local
672 if (ucode_type >= IWM_UCODE_TYPE_MAX)
675 sc->sc_default_calib[ucode_type].flow_trigger =
677 sc->sc_default_calib[ucode_type].event_trigger =
4177 iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) argument
4185 fws = &sc->sc_fw.fw_sects[ucode_type];
4287 iwm_load_firmware_8000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) argument
4293 fws = &sc->sc_fw.fw_sects[ucode_type];
4318 iwm_load_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) argument
4344 iwm_start_fw(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) argument
4388 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local
4414 iwm_load_ucode_wait_alive(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c1157 uint32_t ucode_type; member in struct:iwx_tlv_calib_data
1165 uint32_t ucode_type = le32toh(def_calib->ucode_type); local
1167 if (ucode_type >= IWX_UCODE_TYPE_MAX)
1170 sc->sc_default_calib[ucode_type].flow_trigger =
1172 sc->sc_default_calib[ucode_type].event_trigger =

Completed in 72 milliseconds