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

  /src/sys/dev/ic/
cs89x0var.h 97 int sc_resetting; /* reset in progress */ member in struct:cs_softc
  /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 15 milliseconds