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

  /src/sys/dev/pci/
if_iwmvar.h 420 enum iwm_ucode_type sc_uc_current; member in struct:iwm_softc
if_iwm.c 3642 enum iwm_ucode_type ucode_type = sc->sc_uc_current;
3659 enum iwm_ucode_type old_type = sc->sc_uc_current;
3666 sc->sc_uc_current = ucode_type;
3669 sc->sc_uc_current = old_type;

Completed in 17 milliseconds