Home | History | Annotate | Download | only in marvell

Lines Matching refs:txq_nactive

1209 	if (GE_TXDESC_MAX == txq->txq_nactive + 2) {
1245 txq->txq_nactive--;
1269 if (txq->txq_nactive > 0 && txq->txq_outptr <= txq->txq_inptr &&
1327 txq->txq_nactive++;
1368 while (txq->txq_nactive > 0) {
1378 if (txq->txq_nactive == 1) {
1430 --txq->txq_nactive;
1432 if (txq->txq_nactive != 0)
1434 device_xname(sc->sc_dev), txprio, txq->txq_nactive);
1502 txq->txq_nactive = 0;