Searched refs:map_create (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | busdma_impl.h | 66 int (*map_create)(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp); member
|
| H A D | bus_dma.h | 60 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus_dma_impl.h | 64 int (*map_create)(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp); member
|
| H A D | bus_dma.h | 33 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | busdma_bounce.c | 1470 .map_create = bounce_bus_dmamap_create,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | busdma_bounce.c | 1336 .map_create = bounce_bus_dmamap_create,
|