Lines Matching defs:txq_producer
124 volatile struct txbd *txq_producer;
1853 txq->txq_producer = descs;
1921 volatile struct txbd *producer = txq->txq_producer;
1977 txq->txq_producer->txbd_flags =
1978 first_flags | (txq->txq_producer->txbd_flags & TXBD_W);
1981 txq->txq_producer - txq->txq_first, txq->txq_producer->txbd_flags,
1982 txq->txq_producer->txbd_len, txq->txq_producer->txbd_bufptr);
1984 pq3etsec_txq_desc_presync(sc, txq, txq->txq_producer, 1);
1990 KASSERT(map->dm_nsegs == 1 || txq->txq_producer != producer);
1991 KASSERT(map->dm_nsegs == 1 || (txq->txq_producer->txbd_flags & TXBD_L) == 0);
2000 txq->txq_producer - txq->txq_first, producer - txq->txq_first);
2004 txq->txq_producer = txq->txq_first;
2006 txq->txq_producer = producer;
2173 if (consumer == txq->txq_producer) {
2313 txq->txq_producer = txq->txq_first;