Searched refs:dvma_ops (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/sun4/os/ |
H A D | dvma.c | 123 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()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | dvma.h | 37 struct dvma_ops { struct 59 struct dvma_ops *ops; argument
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | bofi_impl.h | 65 struct dvma_ops dvma_ops; member
|
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px_fdvma.c | 39 static struct dvma_ops fdvma_ops; 270 static struct dvma_ops fdvma_ops = {
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_fdvma.c | 40 static struct dvma_ops fdvma_ops; 319 static struct dvma_ops fdvma_ops = {
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bofi.c | 292 static struct dvma_ops bofi_dvma_ops = { 3956 dummyhp->save.dvma_ops = *(nexus_private->ops); in bofi_dvma_reserve() 4095 dummyhp->save.dvma_ops.dvma_kaddr_load(h, a, len, index, cp); in bofi_dvma_kaddr_load() 4157 dummyhp->save.dvma_ops.dvma_unload(h, index, view); in bofi_dvma_unload() 4242 dummyhp->save.dvma_ops.dvma_sync(h, index, view); in bofi_dvma_sync() 4280 dummyhp->save.dvma_ops.dvma_sync(h, index, view); in bofi_dvma_sync()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | iommu.c | 86 static struct dvma_ops iommu_dvma_ops = {
|