Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/xl/
H A Dif_xl.c1617 0, &sc->xl_parent_tag); in xl_dma_alloc()
1630 error = bus_dmamem_coherent(sc->xl_parent_tag, XL_LIST_ALIGN, 0, in xl_dma_alloc()
1642 error = bus_dmamem_coherent(sc->xl_parent_tag, XL_LIST_ALIGN, 0, in xl_dma_alloc()
1657 error = bus_dma_tag_create(sc->xl_parent_tag, 1, 0, in xl_dma_alloc()
1690 error = bus_dma_tag_create(sc->xl_parent_tag, 1, 0, in xl_dma_alloc()
1770 if (sc->xl_parent_tag) in xl_dma_free()
1771 bus_dma_tag_destroy(sc->xl_parent_tag); in xl_dma_free()
H A Dif_xlreg.h592 bus_dma_tag_t xl_parent_tag; member