Home
last modified time | relevance | path

Searched refs:px_dma_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.h215 extern int px_dma_type(px_t *px_p, ddi_dma_req_t *req, ddi_dma_impl_t *mp);
H A Dpx.c854 if (ret = px_dma_type(px_p, dmareq, mp)) in px_dma_setup()
981 if (ret = px_dma_type(px_p, dmareq, mp)) in px_dma_bindhdl()
H A Dpx_dma.c388 px_dma_type(px_t *px_p, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp) in px_dma_type() function