Lines Matching defs:txq
455 struct rge_txq *txq;
476 txq = &sc->rge_ldata.rge_txq[idx];
477 txmap = txq->txq_dmamap;
538 txq->txq_mbuf = m;
539 txq->txq_descidx = last;
1366 struct rge_txq *txq;
1375 txq = &sc->rge_ldata.rge_txq[cons];
1376 idx = txq->txq_descidx;
1390 bus_dmamap_sync(sc->sc_dmat, txq->txq_dmamap, 0,
1391 txq->txq_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE);
1392 bus_dmamap_unload(sc->sc_dmat, txq->txq_dmamap);
1393 m_freem(txq->txq_mbuf);
1394 txq->txq_mbuf = NULL;