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

  /src/sys/dev/isa/
if_eg.c 108 bool eg_txbusy; /* transmitter is busy */ member in struct:eg_softc
524 sc->eg_txbusy = false;
565 if (sc->eg_txbusy)
574 sc->eg_txbusy = true;
594 sc->eg_txbusy = false;
666 sc->eg_txbusy = false;
if_eg.c 108 bool eg_txbusy; /* transmitter is busy */ member in struct:eg_softc
524 sc->eg_txbusy = false;
565 if (sc->eg_txbusy)
574 sc->eg_txbusy = true;
594 sc->eg_txbusy = false;
666 sc->eg_txbusy = false;

Completed in 62 milliseconds