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

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

Completed in 46 milliseconds