Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h90 uint32_t dvma_free_rec_index; member
H A Dpx_dma.c1268 mmu_p->dvma_free_rec_index = 0; in px_dvma_debug_init()
1298 mmu_p->dvma_free_rec_index = 0; in px_dvma_debug_fini()
1352 ptr = &mmu_p->dvma_free_rec[mmu_p->dvma_free_rec_index]; in px_dvma_free_debug()
1356 if (++mmu_p->dvma_free_rec_index == px_dvma_debug_rec) in px_dvma_free_debug()
1357 mmu_p->dvma_free_rec_index = 0; in px_dvma_free_debug()
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h186 uint32_t dvma_free_rec_index; member
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1513 iommu_p->dvma_free_rec_index = 0; in pci_dvma_debug_init()
1538 iommu_p->dvma_free_rec_index = 0; in pci_dvma_debug_fini()
1592 ptr = &iommu_p->dvma_free_rec[iommu_p->dvma_free_rec_index]; in pci_dvma_free_debug()
1596 if (++iommu_p->dvma_free_rec_index == pci_dvma_debug_rec) in pci_dvma_free_debug()
1597 iommu_p->dvma_free_rec_index = 0; in pci_dvma_free_debug()