HomeSort by: relevance | last modified time | path
    Searched refs:iwm_ucode_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwmvar.h 153 enum iwm_ucode_type { enum
420 enum iwm_ucode_type sc_uc_current;
if_iwm.c 239 enum iwm_ucode_type, uint8_t *, size_t);
241 static int iwm_read_firmware(struct iwm_softc *, enum iwm_ucode_type);
349 static int iwm_load_firmware_7000(struct iwm_softc *, enum iwm_ucode_type);
352 static int iwm_load_firmware_8000(struct iwm_softc *, enum iwm_ucode_type);
353 static int iwm_load_firmware(struct iwm_softc *, enum iwm_ucode_type);
354 static int iwm_start_fw(struct iwm_softc *, enum iwm_ucode_type);
358 enum iwm_ucode_type);
594 iwm_firmware_store_section(struct iwm_softc *sc, enum iwm_ucode_type type,
654 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
3428 iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type
    [all...]

Completed in 19 milliseconds