Searched refs:PCI_GET_MP_PFN1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h273 #define PCI_GET_MP_PFN1(mp, page_no) (((iopfn_t *)(mp)->dmai_pfnlst)[page_no]) macro
275 (iopfn_t)(mp)->dmai_pfnlst : PCI_GET_MP_PFN1(mp, page_no))
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c795 iopfn_t pfn = PCI_GET_MP_PFN1(mp, i);
1198 pfn = PCI_GET_MP_PFN1(mp, start_idx);
1369 pfn = bypass_pfn | PCI_GET_MP_PFN1(mp, i);

Completed in 63 milliseconds