Home
last modified time | relevance | path

Searched refs:tx_inproc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ae/
H A Dif_aevar.h150 int tx_inproc; /* Active Tx frames in ring. */ member
H A Dif_ae.c666 sc->tx_inproc = 0; /* Number of packets the chip processes now. */ in ae_init_locked()
1543 sc->tx_inproc++; in ae_start_locked()
1841 sc->tx_inproc--; in ae_tx_intr()
1846 if (sc->tx_inproc < 0) { in ae_tx_intr()
1848 sc->tx_inproc = 0; in ae_tx_intr()
1851 if (sc->tx_inproc == 0) in ae_tx_intr()