Searched refs:pci_dvma_debug_rec (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h108 extern uint32_t pci_dvma_debug_rec;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_space.c213 uint32_t pci_dvma_debug_rec = 512; variable
H A Dpci_dma.c1504 size_t sz = sizeof (struct dvma_rec) * pci_dvma_debug_rec;
1521 size_t sz = sizeof (struct dvma_rec) * pci_dvma_debug_rec;
1563 if (++iommu_p->dvma_alloc_rec_index == pci_dvma_debug_rec)
1596 if (++iommu_p->dvma_free_rec_index == pci_dvma_debug_rec)

Completed in 62 milliseconds