Lines Matching defs:txq_last
126 volatile struct txbd *txq_last;
1851 txq->txq_last = txq->txq_first + desc_count;
1941 KASSERT(producer != txq->txq_last);
1949 if (__predict_false(++producer == txq->txq_last)) {
1951 if (start < txq->txq_last) {
1953 start, txq->txq_last - start);
1954 count -= txq->txq_last - start;
2003 if (++producer == txq->txq_last)
2179 txq->txq_last - txq->txq_first - 1);
2247 KASSERT(consumer + 1 == txq->txq_last);
2251 KASSERT(consumer < txq->txq_last);
2294 txq->txq_last - txq->txq_first);
2300 for (txbd = txq->txq_first; txbd < txq->txq_last - 1; txbd++) {
2314 txq->txq_free = txq->txq_last - txq->txq_first - 1;