Home
last modified time | relevance | path

Searched refs:PCI_DMA_ISPGPFN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h139 #define PCI_DMA_ISPGPFN(mp) ((mp)->dmai_flags & DMAI_FLAGS_PGPFN) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c791 if ((ret = PCI_DMA_ISPGPFN(mp) ? pci_dma_pgpfn(pci_p, mp, npages) : in pci_dma_pfn()