Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_dma.h139 #define PX_DMA_ISPGPFN(mp) ((mp)->dmai_flags & PX_DMAI_FLAGS_PGPFN) macro
H A Dpx_dma.c582 if ((ret = PX_DMA_ISPGPFN(mp) ? px_dma_pgpfn(px_p, mp, npages) : in px_dma_pfn()