Searched refs:ste_tx_tag (Results 1 – 2 of 2) sorted by relevance
786 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map, in ste_txeof()788 bus_dmamap_unload(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map); in ste_txeof()1191 &sc->ste_cdata.ste_tx_tag); in ste_dma_alloc()1265 error = bus_dmamap_create(sc->ste_cdata.ste_tx_tag, 0, in ste_dma_alloc()1307 if (sc->ste_cdata.ste_tx_tag != NULL) { in ste_dma_free()1311 bus_dmamap_destroy(sc->ste_cdata.ste_tx_tag, in ste_dma_free()1316 bus_dma_tag_destroy(sc->ste_cdata.ste_tx_tag); in ste_dma_free()1317 sc->ste_cdata.ste_tx_tag = NULL; in ste_dma_free()1670 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, in ste_stop()1672 bus_dmamap_unload(sc->ste_cdata.ste_tx_tag, in ste_stop()[all …]
553 bus_dma_tag_t ste_tx_tag; member