Searched refs:tx_inproc (Results 1 – 2 of 2) sorted by relevance
150 int tx_inproc; /* Active Tx frames in ring. */ member
666 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()