Searched refs:nexus_private (Results 1 – 2 of 2) sorted by relevance
122 struct fast_dvma *nexus_private; in dvma_kaddr_load() local128 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in dvma_kaddr_load()129 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_kaddr_load()161 struct fast_dvma *nexus_private; in dvma_unload() local165 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in dvma_unload()166 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_unload()181 struct fast_dvma *nexus_private; in dvma_sync() local185 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in dvma_sync()186 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_sync()
3942 struct fast_dvma *nexus_private; in bofi_dvma_reserve() local3955 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in bofi_dvma_reserve()3956 dummyhp->save.dvma_ops = *(nexus_private->ops); in bofi_dvma_reserve()3957 nexus_private->ops = &bofi_dvma_ops; in bofi_dvma_reserve()