Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/riscv/include/
HDbus_dma_impl.h77 void (*map_unload)(bus_dma_tag_t dmat, bus_dmamap_t map); member
HDbus_dma.h73 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
/freebsd-13-stable/sys/x86/include/
HDbusdma_impl.h82 void (*map_unload)(bus_dma_tag_t dmat, bus_dmamap_t map); member
HDbus_dma.h112 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
/freebsd-13-stable/sys/arm64/include/
HDbus_dma_impl.h80 void (*map_unload)(bus_dma_tag_t dmat, bus_dmamap_t map); member
HDbus_dma.h85 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
/freebsd-13-stable/sys/dev/iommu/
HDbusdma_iommu.c906 .map_unload = iommu_bus_dmamap_unload,
/freebsd-13-stable/sys/riscv/riscv/
HDbusdma_bounce.c1332 .map_unload = bounce_bus_dmamap_unload,
/freebsd-13-stable/sys/arm64/arm64/
HDbusdma_bounce.c1487 .map_unload = bounce_bus_dmamap_unload,
/freebsd-13-stable/sys/x86/x86/
HDbusdma_bounce.c1354 .map_unload = bounce_bus_dmamap_unload,