Searched refs:load_phys (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | busdma_impl.h | 74 int (*load_phys)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 140 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus_dma_impl.h | 72 int (*load_phys)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 105 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | busdma_bounce.c | 1474 .load_phys = bounce_bus_dmamap_load_phys,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | busdma_bounce.c | 1340 .load_phys = bounce_bus_dmamap_load_phys,
|