Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dbusdma_impl.h74 int (*load_phys)(bus_dma_tag_t dmat, bus_dmamap_t map, member
H A Dbus_dma.h140 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
/f-stack/freebsd/arm64/include/
H A Dbus_dma_impl.h72 int (*load_phys)(bus_dma_tag_t dmat, bus_dmamap_t map, member
H A Dbus_dma.h105 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c1474 .load_phys = bounce_bus_dmamap_load_phys,
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c1340 .load_phys = bounce_bus_dmamap_load_phys,