Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c1825 NULL, NULL, &sc->dc_ptag); in dc_dma_alloc()
1833 error = bus_dma_tag_create(sc->dc_ptag, DC_LIST_ALIGN, 0, in dc_dma_alloc()
1841 error = bus_dma_tag_create(sc->dc_ptag, DC_LIST_ALIGN, 0, in dc_dma_alloc()
1888 error = bus_dma_tag_create(sc->dc_ptag, DC_LIST_ALIGN, 0, in dc_dma_alloc()
1913 error = bus_dma_tag_create(sc->dc_ptag, DC_RXBUF_ALIGN, 0, in dc_dma_alloc()
1922 error = bus_dma_tag_create(sc->dc_ptag, 1, 0, in dc_dma_alloc()
H A Dif_dcreg.h739 bus_dma_tag_t dc_ptag; /* parent DMA tag */ member