Home
last modified time | relevance | path

Searched refs:dvma_active_list (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_dma.c1266 mmu_p->dvma_active_list = NULL; in px_dvma_debug_init()
1289 prev = mmu_p->dvma_active_list; in px_dvma_debug_fini()
1296 mmu_p->dvma_active_list = NULL; in px_dvma_debug_fini()
1331 ptr->next = mmu_p->dvma_active_list; in px_dvma_alloc_debug()
1332 mmu_p->dvma_active_list = ptr; in px_dvma_alloc_debug()
1359 ptr_save = mmu_p->dvma_active_list; in px_dvma_free_debug()
1370 if (ptr == mmu_p->dvma_active_list) in px_dvma_free_debug()
1371 mmu_p->dvma_active_list = ptr->next; in px_dvma_free_debug()
H A Dpx_mmu.h95 struct px_dvma_rec *dvma_active_list; member
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1511 iommu_p->dvma_active_list = NULL; in pci_dvma_debug_init()
1529 prev = iommu_p->dvma_active_list; in pci_dvma_debug_fini()
1536 iommu_p->dvma_active_list = NULL; in pci_dvma_debug_fini()
1571 ptr->next = iommu_p->dvma_active_list; in pci_dvma_alloc_debug()
1572 iommu_p->dvma_active_list = ptr; in pci_dvma_alloc_debug()
1599 ptr_save = iommu_p->dvma_active_list; in pci_dvma_free_debug()
1610 if (ptr == iommu_p->dvma_active_list) in pci_dvma_free_debug()
1611 iommu_p->dvma_active_list = ptr->next; in pci_dvma_free_debug()
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h191 struct dvma_rec *dvma_active_list; member