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

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h152 * enum iwm_ucode_type
161 enum iwm_ucode_type { enum
477 enum iwm_ucode_type cur_ucode;
H A Dif_iwm.c243 enum iwm_ucode_type,
247 static int iwm_read_firmware(struct iwm_softc *, enum iwm_ucode_type);
320 enum iwm_ucode_type);
429 enum iwm_ucode_type type, const uint8_t *data, size_t dlen)
546 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
2735 enum iwm_ucode_type ucode_type = sc->cur_ucode;
2851 enum iwm_ucode_type ucode_type)
2856 enum iwm_ucode_type old_type = sc->cur_ucode;

Completed in 118 milliseconds