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

  /src/sys/dev/pci/
if_athn_pci.c 155 sc->sc_disable_aspm = athn_pci_disable_aspm;
  /src/sys/dev/ic/
athnvar.h 468 void (*sc_disable_aspm)(struct athn_softc *); member in struct:athn_softc
athn.c 1256 if (sc->sc_disable_aspm != NULL)
1257 sc->sc_disable_aspm(sc);

Completed in 18 milliseconds