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

  /src/sys/dev/i2c/
sgp40var.h 46 bool sc_stopping; member in struct:sgp40_sc
sht3xvar.h 54 bool sc_stopping; member in struct:sht3x_sc
sgp40.c 114 while (!sc->sc_stopping) {
117 if (rv == EWOULDBLOCK && !sc->sc_stopping) {
133 sc->sc_stopping = true;
593 sc->sc_stopping = false;
sht3x.c 431 while (!sc->sc_stopping && !sc->sc_dying) {
443 if (rv == EWOULDBLOCK && !sc->sc_stopping &&
622 sc->sc_stopping = true;
754 sc->sc_stopping = false;
760 sc->sc_stopping = false;
1102 sc->sc_stopping = false;
1472 sc->sc_stopping = false;
1559 sc->sc_stopping = false;
  /src/sys/dev/ic/
dwc_gmac_var.h 108 bool sc_stopping; /* (sc_intr_lock) ignore intr because down */ member in struct:dwc_gmac_softc
dwc_gmac.c 291 sc->sc_stopping = false;
926 sc->sc_stopping = false;
943 if (!sc->sc_stopping) {
1010 sc->sc_stopping = true;
1448 if (sc->sc_stopping) {
  /src/sys/dev/cadence/
if_cemacvar.h 82 bool sc_stopping; /* i: ignore intr because down */ member in struct:cemac_softc
if_cemac.c 257 if (sc->sc_stopping) {
789 if (sc->sc_stopping) {
860 if (!sc->sc_stopping) {
1027 sc->sc_stopping = false;
1049 sc->sc_stopping = true;
  /src/sys/arch/arm/imx/
if_enetvar.h 73 bool sc_stopping; member in struct:enet_softc
if_enet.c 269 sc->sc_stopping = false;
376 if (sc->sc_stopping)
396 if (!sc->sc_stopping)
837 sc->sc_stopping = false;
904 sc->sc_stopping = true;
  /src/sys/net/
if_bridgevar.h 335 bool sc_stopping; member in struct:bridge_softc
if_bridge.c 1451 sc->sc_stopping = false;
1476 sc->sc_stopping = true;
2440 if (!sc->sc_stopping) {
  /src/sys/dev/pci/
if_aq.c 1407 bool sc_stopping; member in struct:aq_softc
5032 if (sc->sc_stopping) {
5085 if (!sc->sc_stopping)
5140 if (!sc->sc_stopping)
5929 sc->sc_stopping = false;
5952 sc->sc_stopping = true;

Completed in 27 milliseconds