Home
last modified time | relevance | path

Searched refs:sis_txbuf_tag (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/sis/
H A Dif_sis.c1459 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 …]
H A Dif_sisreg.h386 bus_dma_tag_t sis_txbuf_tag; member