Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h138 #define PCI_DMA_ISPEERONLY(mp) ((mp)->dmai_flags & DMAI_FLAGS_PEER_ONLY) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c630 if (PCI_DMA_ISPEERONLY(mp)) { in pci_dma_type()