Home | History | Annotate | Download | only in broadcom

Lines Matching defs:txq_last

93 	struct gmac_txdb *txq_last;
1329 txq->txq_last = txq->txq_first + desc_count;
1417 KASSERT(producer != txq->txq_last);
1432 if (__predict_false(++producer == txq->txq_last)) {
1434 txq->txq_last - start);
1435 count -= txq->txq_last - start;
1466 if (producer + 1 == txq->txq_last)
1614 == txq->txq_last - txq->txq_first - 1);
1663 KASSERT(consumer + 1 == txq->txq_last);
1668 KASSERT(consumer < txq->txq_last);
1704 txq->txq_last - txq->txq_first);
1710 for (txdb = txq->txq_first; txdb < txq->txq_last - 1; txdb++) {
1724 txq->txq_free = txq->txq_last - txq->txq_first - 1;