Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h182 #define PCI_DMA_USECTX(mp) (!(mp->dmai_flags & DMAI_FLAGS_NOCTX)) macro
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c942 if (PCI_DMA_USECTX(mp)) { in pci_dvma_map_fast()
1029 if ((npages >= pci_context_minpages) && PCI_DMA_USECTX(mp)) { in pci_dvma_map()