Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dbusdma_impl.h66 int (*map_create)(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp); member
H A Dbus_dma.h60 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
/f-stack/freebsd/arm64/include/
H A Dbus_dma_impl.h64 int (*map_create)(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp); member
H A Dbus_dma.h33 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c1470 .map_create = bounce_bus_dmamap_create,
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c1336 .map_create = bounce_bus_dmamap_create,