Searched refs:tbusy (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/digi/
H A Ddigireg.h85 volatile u_char tbusy; member in struct:board_chan
/freebsd-11.0-release/sys/dev/wl/
H A Dif_wl.c241 int tbusy; /* flag to determine if xmit is busy */ member in struct:wl_softc
805 sc->ifp->if_drv_flags &= ~IFF_DRV_OACTIVE; /* same as tbusy below */
808 sc->tbusy = 0;
978 * don't need OACTIVE check as tbusy here checks to see
981 if (sc->tbusy) {
984 sc->tbusy = 0;
1015 sc->tbusy++;
1569 if (sc->tbusy == 0) {
1612 sc->tbusy = 0;

Completed in 55 milliseconds