Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c1134 &sc->ste_cdata.ste_parent_tag); in ste_dma_alloc()
1143 sc->ste_cdata.ste_parent_tag, /* parent */ in ste_dma_alloc()
1162 sc->ste_cdata.ste_parent_tag, /* parent */ in ste_dma_alloc()
1181 sc->ste_cdata.ste_parent_tag, /* parent */ in ste_dma_alloc()
1199 sc->ste_cdata.ste_parent_tag, /* parent */ in ste_dma_alloc()
1365 if (sc->ste_cdata.ste_parent_tag != NULL) { in ste_dma_free()
1366 bus_dma_tag_destroy(sc->ste_cdata.ste_parent_tag); in ste_dma_free()
1367 sc->ste_cdata.ste_parent_tag = NULL; in ste_dma_free()
H A Dif_stereg.h551 bus_dma_tag_t ste_parent_tag; member