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

/freebsd-11-stable/sys/dev/patm/
H A Dif_patmvar.h326 #define TST_WAIT 0x0004 /* wait fo jump */ macro
H A Dif_patm_tx.c1103 if (!(sc->tst_state & TST_WAIT)) {
1221 sc->tst_state |= TST_WAIT;
1238 if (sc->tst_state & TST_WAIT) {
1249 sc->tst_state &= ~TST_WAIT;

Completed in 101 milliseconds