Searched refs:PX_WINLST (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.h97 #define PX_WINLST(mp) ((px_dma_win_t *)(mp)->dmai_winlst) macro
H A Dpx.c1007 *ccountp = PX_WINLST(mp)->win_ncookies;
1009 *(ddi_dma_cookie_t *)(PX_WINLST(mp) + 1); /* wholeobj */
H A Dpx_dma.c1231 cookie0_p = (ddi_dma_cookie_t *)(PX_WINLST(mp) + 1);
1232 mp->dmai_cookie = PX_WINLST(mp)->win_ncookies > 1 ? cookie0_p + 1 : 0;

Completed in 65 milliseconds