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

  /src/sys/dev/pci/
if_gem_pci.c 430 switch (sc->sc_att_stage) {
433 sc->sc_att_stage = GEM_ATT_FINISHED;
446 sc->sc_att_stage = GEM_ATT_BACKEND_0;
if_casvar.h 212 enum cas_attach_stage sc_att_stage; member in struct:cas_softc
if_cas.c 439 sc->sc_att_stage = CAS_ATT_BACKEND_0;
453 sc->sc_att_stage = CAS_ATT_BACKEND_1;
467 sc->sc_att_stage = CAS_ATT_FINISHED;
744 switch (sc->sc_att_stage) {
803 sc->sc_att_stage = CAS_ATT_0;
824 sc->sc_att_stage = stage;
  /src/sys/dev/ic/
gemvar.h 232 enum gem_attach_stage sc_att_stage; member in struct:gem_softc
gem.c 157 switch (sc->sc_att_stage) {
184 sc->sc_att_stage = GEM_ATT_MII;
221 sc->sc_att_stage = GEM_ATT_0;
234 sc->sc_att_stage = stage;
627 sc->sc_att_stage = GEM_ATT_FINISHED;

Completed in 42 milliseconds