Lines Matching defs:txs_dmamap
273 bus_dmamap_t txs_dmamap; /* our DMA map */
7723 bus_dmamap_unload(sc->sc_dmat,txs->txs_dmamap);
8036 &txq->txq_soft[i].txs_dmamap)) != 0) {
8048 if (txq->txq_soft[i].txs_dmamap != NULL)
8050 txq->txq_soft[i].txs_dmamap);
8061 if (txq->txq_soft[i].txs_dmamap != NULL)
8063 txq->txq_soft[i].txs_dmamap);
9009 dmamap = txs->txs_dmamap;
9623 dmamap = txs->txs_dmamap;
9976 bus_dmamap_sync(sc->sc_dmat, txs->txs_dmamap,
9977 0, txs->txs_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE);
9978 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);