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

  /src/sys/dev/ic/
cs89x0var.h 97 int sc_resetting; /* reset in progress */ member in struct:cs_softc
cs89x0.c 869 sc->sc_resetting = TRUE;
915 sc->sc_resetting = FALSE;
1387 if (sc->sc_resetting) {
  /src/sys/dev/pci/
if_iavf.c 411 bool sc_resetting; member in struct:iavf_softc
1062 if (sc->sc_resetting)
1165 if (!sc->sc_resetting) {
1303 if (sc->sc_resetting) {
3366 if (sc->sc_resetting) {
3411 if (sc->sc_resetting)
3414 sc->sc_resetting = true;
3596 sc->sc_resetting = false;
4989 if (sc->sc_resetting) {
5090 if (sc->sc_resetting) {
    [all...]

Completed in 122 milliseconds