Lines Matching defs:txq_producer
91 struct gmac_txdb *txq_producer;
1331 txq->txq_producer = descs;
1402 struct gmac_txdb *producer = txq->txq_producer;
1455 KASSERT(map->dm_nsegs == 1 || txq->txq_producer != producer);
1457 || (txq->txq_producer->txdb_flags & htole32(TXDB_FLAG_EF)) == 0);
1463 txq->txq_producer - txq->txq_first, producer - txq->txq_first);
1467 txq->txq_producer = txq->txq_first;
1469 txq->txq_producer = producer + 1;
1477 + ((uintptr_t)txq->txq_producer & XMT_LASTDSCR));
1603 if (consumer == txq->txq_producer) {
1723 txq->txq_producer = txq->txq_first;