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

/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm_tx.c89 if (--sc->txmbuf < 0) \
90 DBG(sc, TX, ("txmbuf below 0!")); \
91 else if (sc->txmbuf == 0) \
92 DBG(sc, TX, ("txmbuf now 0")); \
96 if (++sc->txmbuf > 20000) \
97 DBG(sc, TX, ("txmbuf %u", sc->txmbuf)); \
98 else if (sc->txmbuf == 1) \
99 DBG(sc, TX, ("txmbuf leaves 0")); \
H A Dif_hatmvar.h468 int txmbuf; member in struct:hatm_softc

Completed in 52 milliseconds