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.c678 sc->tx_inproc = 0; /* Number of packets the chip processes now. */ in ae_init_locked()
1559 sc->tx_inproc++; in ae_start_locked()
1857 sc->tx_inproc--; in ae_tx_intr()
1862 if (sc->tx_inproc < 0) { in ae_tx_intr()
1864 sc->tx_inproc = 0; in ae_tx_intr()
1867 if (sc->tx_inproc == 0) in ae_tx_intr()