HomeSort by: relevance | last modified time | path
    Searched defs:ucode_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 629 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
637 uint32_t ucode_type = le32toh(def_calib->ucode_type); local in function:iwm_set_default_calib
639 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
640 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n",
641 DEVNAME(sc), ucode_type));
645 sc->sc_default_calib[ucode_type].flow_trigger =
647 sc->sc_default_calib[ucode_type].event_trigger =
654 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
664 if (ucode_type != IWM_UCODE_TYPE_INIT &
3642 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local in function:iwm_send_phy_cfg_cmd
    [all...]
if_iwm.c 629 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
637 uint32_t ucode_type = le32toh(def_calib->ucode_type); local in function:iwm_set_default_calib
639 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
640 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n",
641 DEVNAME(sc), ucode_type));
645 sc->sc_default_calib[ucode_type].flow_trigger =
647 sc->sc_default_calib[ucode_type].event_trigger =
654 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
664 if (ucode_type != IWM_UCODE_TYPE_INIT &
3642 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local in function:iwm_send_phy_cfg_cmd
    [all...]
if_iwm.c 629 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
637 uint32_t ucode_type = le32toh(def_calib->ucode_type); local in function:iwm_set_default_calib
639 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
640 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n",
641 DEVNAME(sc), ucode_type));
645 sc->sc_default_calib[ucode_type].flow_trigger =
647 sc->sc_default_calib[ucode_type].event_trigger =
654 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
664 if (ucode_type != IWM_UCODE_TYPE_INIT &
3642 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local in function:iwm_send_phy_cfg_cmd
    [all...]

Completed in 34 milliseconds