Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dbusdma_impl.h85 void (*map_unload)(bus_dma_tag_t dmat, bus_dmamap_t map); member
H A Dbus_dma.h114 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
/f-stack/freebsd/arm64/include/
H A Dbus_dma_impl.h83 void (*map_unload)(bus_dma_tag_t dmat, bus_dmamap_t map); member
H A Dbus_dma.h86 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c1479 .map_unload = bounce_bus_dmamap_unload,
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c1345 .map_unload = bounce_bus_dmamap_unload,