Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_dma.h124 #define PX_DMAI_FLAGS_PTP32 0x10000 macro
144 #define PX_DMA_ISPTP32(mp) ((mp)->dmai_flags & PX_DMAI_FLAGS_PTP32)
H A Dpx_dma.c438 mp->dmai_flags |= PX_DMAI_FLAGS_PTP|PX_DMAI_FLAGS_PTP32; in px_dma_type()