Symbol: iwm_ucode_type
sys/dev/pci/if_iwm.c
264
enum iwm_ucode_type, uint8_t *, size_t);
sys/dev/pci/if_iwm.c
268
static int iwm_read_firmware(struct iwm_softc *, enum iwm_ucode_type);
sys/dev/pci/if_iwm.c
3645
iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
sys/dev/pci/if_iwm.c
3756
iwm_load_firmware_8000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
sys/dev/pci/if_iwm.c
377
static int iwm_load_firmware_7000(struct iwm_softc *, enum iwm_ucode_type);
sys/dev/pci/if_iwm.c
3787
iwm_load_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
sys/dev/pci/if_iwm.c
380
static int iwm_load_firmware_8000(struct iwm_softc *, enum iwm_ucode_type);
sys/dev/pci/if_iwm.c
381
static int iwm_load_firmware(struct iwm_softc *, enum iwm_ucode_type);
sys/dev/pci/if_iwm.c
3819
iwm_start_fw(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
sys/dev/pci/if_iwm.c
382
static int iwm_start_fw(struct iwm_softc *, enum iwm_ucode_type);
sys/dev/pci/if_iwm.c
386
enum iwm_ucode_type);
sys/dev/pci/if_iwm.c
3863
enum iwm_ucode_type ucode_type = sc->sc_uc_current;
sys/dev/pci/if_iwm.c
3889
iwm_load_ucode_wait_alive(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
sys/dev/pci/if_iwm.c
3892
enum iwm_ucode_type old_type = sc->sc_uc_current;
sys/dev/pci/if_iwm.c
664
iwm_firmware_store_section(struct iwm_softc *sc, enum iwm_ucode_type type,
sys/dev/pci/if_iwm.c
748
iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
sys/dev/pci/if_iwmvar.h
434
enum iwm_ucode_type sc_uc_current;