Home
last modified time | relevance | path

Searched refs:common_bus_dma_tag_create (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/riscv/include/
H A Dbus_dma_impl.h77 int common_bus_dma_tag_create(struct bus_dma_tag_common *parent,
/freebsd/sys/x86/include/
H A Dbusdma_impl.h85 int common_bus_dma_tag_create(struct bus_dma_tag_common *parent,
/freebsd/sys/arm64/include/
H A Dbus_dma_impl.h83 int common_bus_dma_tag_create(struct bus_dma_tag_common *parent,
/freebsd/sys/riscv/riscv/
H A Dbusdma_machdep.c52 common_bus_dma_tag_create(struct bus_dma_tag_common *parent, in common_bus_dma_tag_create() function
H A Dbusdma_bounce.c139 error = common_bus_dma_tag_create(parent != NULL ? &parent->common : in bounce_bus_dma_tag_create()
/freebsd/sys/x86/x86/
H A Dbusdma_machdep.c57 common_bus_dma_tag_create(struct bus_dma_tag_common *parent, in common_bus_dma_tag_create() function
H A Dbusdma_bounce.c180 error = common_bus_dma_tag_create(parent != NULL ? &parent->common : in bounce_bus_dma_tag_create()
/freebsd/sys/arm64/arm64/
H A Dbusdma_machdep.c53 common_bus_dma_tag_create(struct bus_dma_tag_common *parent, in common_bus_dma_tag_create() function
H A Dbusdma_bounce.c256 error = common_bus_dma_tag_create(parent != NULL ? &parent->common : in bounce_bus_dma_tag_create()
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.c366 error = common_bus_dma_tag_create(parent != NULL ? in iommu_bus_dma_tag_create()