Searched refs:sis_txbuf_tag (Results 1 – 2 of 2) sorted by relevance
1459 bus_dmamap_unload(cd->sis_txbuf_tag, td->sis_map); in sis_txeof()1655 bus_dmamap_sync(cd->sis_txbuf_tag, map, BUS_DMASYNC_PREWRITE); in sis_encap()2068 bus_dmamap_unload(cd->sis_txbuf_tag, td->sis_map); in sis_stop()2148 &cd->sis_txbuf_tag); in sis_dma_alloc()2156 error = bus_dmamap_create(cd->sis_txbuf_tag, BUS_DMA_WAITOK, in sis_dma_alloc()2162 bus_dmamap_destroy(cd->sis_txbuf_tag, in sis_dma_alloc()2165 bus_dma_tag_destroy(cd->sis_txbuf_tag); in sis_dma_alloc()2166 cd->sis_txbuf_tag = NULL; in sis_dma_alloc()2249 if (cd->sis_txbuf_tag != NULL) { in sis_dma_free()2252 bus_dmamap_destroy(cd->sis_txbuf_tag, in sis_dma_free()[all …]
386 bus_dma_tag_t sis_txbuf_tag; member