Searched refs:map_waitok (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/x86/include/
H A Dbusdma_impl.h72 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member in struct:bus_dma_impl
H A Dbus_dma.h178 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg);
/freebsd-current/sys/riscv/include/
H A Dbus_dma_impl.h67 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member in struct:bus_dma_impl
H A Dbus_dma.h127 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg);
/freebsd-current/sys/arm64/include/
H A Dbus_dma_impl.h70 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member in struct:bus_dma_impl
H A Dbus_dma.h139 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg);
/freebsd-current/sys/dev/iommu/
H A Dbusdma_iommu.c911 .map_waitok = iommu_bus_dmamap_waitok,
/freebsd-current/sys/riscv/riscv/
H A Dbusdma_bounce.c933 .map_waitok = bounce_bus_dmamap_waitok,
/freebsd-current/sys/x86/x86/
H A Dbusdma_bounce.c987 .map_waitok = bounce_bus_dmamap_waitok,
/freebsd-current/sys/arm64/arm64/
H A Dbusdma_bounce.c1142 .map_waitok = bounce_bus_dmamap_waitok,

Completed in 147 milliseconds