Home | History | Annotate | Download | only in pci

Lines Matching defs:txq

463 	struct rge_txq *txq;
484 txq = &sc->rge_ldata.rge_txq[idx];
485 txmap = txq->txq_dmamap;
546 txq->txq_mbuf = m;
547 txq->txq_descidx = last;
1408 struct rge_txq *txq;
1417 txq = &sc->rge_ldata.rge_txq[cons];
1418 idx = txq->txq_descidx;
1432 bus_dmamap_sync(sc->sc_dmat, txq->txq_dmamap, 0,
1433 txq->txq_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE);
1434 bus_dmamap_unload(sc->sc_dmat, txq->txq_dmamap);
1435 m_freem(txq->txq_mbuf);
1436 txq->txq_mbuf = NULL;