Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/xdma/
HDxdma_fdt_test.c75 uintptr_t dst_phys; member
187 sc->len, xdmatest_dmamap_cb, &sc->dst_phys, BUS_DMA_WAITOK); in xdmatest_alloc_test_memory()
237 sc->req.dst_addr = sc->dst_phys; in xdmatest_test()
243 err = xdma_request(sc->xchan, sc->src_phys, sc->dst_phys, sc->len); in xdmatest_test()