Home
last modified time | relevance | path

Searched refs:dvma_ops (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Ddvma.c123 struct dvma_ops *nexus_funcptr; in dvma_kaddr_load()
129 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_kaddr_load()
162 struct dvma_ops *nexus_funcptr; in dvma_unload()
166 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_unload()
182 struct dvma_ops *nexus_funcptr; in dvma_sync()
186 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_sync()
/illumos-gate/usr/src/uts/sun4/sys/
H A Ddvma.h37 struct dvma_ops { struct
59 struct dvma_ops *ops; argument
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h64 struct dvma_ops dvma_ops; member
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fdvma.c39 static struct dvma_ops fdvma_ops;
270 static struct dvma_ops fdvma_ops = {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c40 static struct dvma_ops fdvma_ops;
319 static struct dvma_ops fdvma_ops = {
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c295 static struct dvma_ops bofi_dvma_ops = {
3959 dummyhp->save.dvma_ops = *(nexus_private->ops); in bofi_dvma_reserve()
4098 dummyhp->save.dvma_ops.dvma_kaddr_load(h, a, len, index, cp); in bofi_dvma_kaddr_load()
4160 dummyhp->save.dvma_ops.dvma_unload(h, index, view); in bofi_dvma_unload()
4245 dummyhp->save.dvma_ops.dvma_sync(h, index, view); in bofi_dvma_sync()
4283 dummyhp->save.dvma_ops.dvma_sync(h, index, view); in bofi_dvma_sync()
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c86 static struct dvma_ops iommu_dvma_ops = {