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
434 enum iwm_ucode_type sc_uc_current;
if_iwm.c 264 enum iwm_ucode_type, uint8_t *, size_t);
268 static int iwm_read_firmware(struct iwm_softc *, enum iwm_ucode_type);
377 static int iwm_load_firmware_7000(struct iwm_softc *, enum iwm_ucode_type);
380 static int iwm_load_firmware_8000(struct iwm_softc *, enum iwm_ucode_type);
381 static int iwm_load_firmware(struct iwm_softc *, enum iwm_ucode_type);
382 static int iwm_start_fw(struct iwm_softc *, enum iwm_ucode_type);
386 enum iwm_ucode_type);
664 iwm_firmware_store_section(struct iwm_softc *sc, enum iwm_ucode_type type,
748 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
3645 iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type
    [all...]

Completed in 21 milliseconds