Lines Matching defs:txq_last
93 struct gmac_txdb *txq_last;
1336 txq->txq_last = txq->txq_first + desc_count;
1424 KASSERT(producer != txq->txq_last);
1439 if (__predict_false(++producer == txq->txq_last)) {
1441 txq->txq_last - start);
1442 count -= txq->txq_last - start;
1473 if (producer + 1 == txq->txq_last)
1621 == txq->txq_last - txq->txq_first - 1);
1670 KASSERT(consumer + 1 == txq->txq_last);
1675 KASSERT(consumer < txq->txq_last);
1711 txq->txq_last - txq->txq_first);
1717 for (txdb = txq->txq_first; txdb < txq->txq_last - 1; txdb++) {
1731 txq->txq_free = txq->txq_last - txq->txq_first - 1;