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 434 enum iwm_ucode_type sc_uc_current; member in struct:iwm_softc
if_iwm.c 3863 enum iwm_ucode_type ucode_type = sc->sc_uc_current;
3892 enum iwm_ucode_type old_type = sc->sc_uc_current;
3904 sc->sc_uc_current = ucode_type;
3907 sc->sc_uc_current = old_type;

Completed in 37 milliseconds