Lines Matching defs:txq_first
125 volatile struct txbd *txq_first;
1266 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd),
1278 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd),
1850 txq->txq_first = descs;
1851 txq->txq_last = txq->txq_first + desc_count;
1939 KASSERT(txq->txq_lmbufs[producer - txq->txq_first] == NULL);
1950 producer = txq->txq_first;
1956 start = txq->txq_first;
1959 KASSERT(txq->txq_lmbufs[producer - txq->txq_first] == NULL);
1967 printf("%s: txbd[%u]=%#x/%u/%#x\n", __func__, producer - txq->txq_first,
1981 txq->txq_producer - txq->txq_first, txq->txq_producer->txbd_flags,
1994 txq->txq_lmbufs[producer - txq->txq_first] = m;
2000 txq->txq_producer - txq->txq_first, producer - txq->txq_first);
2004 txq->txq_producer = txq->txq_first;
2179 txq->txq_last - txq->txq_first - 1);
2203 m == txq->txq_lmbufs[consumer-txq->txq_first],
2205 __func__, consumer, consumer - txq->txq_first,
2207 &txq->txq_lmbufs[consumer-txq->txq_first],
2208 txq->txq_lmbufs[consumer-txq->txq_first]);
2229 txq->txq_lmbufs[consumer - txq->txq_first] = NULL;
2233 KASSERT(txq->txq_lmbufs[consumer-txq->txq_first] == NULL);
2248 consumer = txq->txq_first;
2293 pq3etsec_txq_desc_postsync(sc, txq, txq->txq_first,
2294 txq->txq_last - txq->txq_first);
2300 for (txbd = txq->txq_first; txbd < txq->txq_last - 1; txbd++) {
2312 txq->txq_consumer = txq->txq_first;
2313 txq->txq_producer = txq->txq_first;
2314 txq->txq_free = txq->txq_last - txq->txq_first - 1;