Lines Matching refs:dmareq
839 px_dma_setup(dev_info_t *dip, dev_info_t *rdip, ddi_dma_req_t *dmareq, in px_dma_setup() argument
851 if (!(mp = px_dma_lmts2hdl(dip, rdip, mmu_p, dmareq))) in px_dma_setup()
855 if (ret = px_dma_type(px_p, dmareq, mp)) in px_dma_setup()
857 if (ret = px_dma_pfn(px_p, dmareq, mp)) in px_dma_setup()
862 if ((ret = px_dvma_win(px_p, dmareq, mp)) || !handlep) in px_dma_setup()
873 if (ret = px_dvma_map(mp, dmareq, mmu_p)) in px_dma_setup()
877 if ((ret = px_dma_physwin(px_p, dmareq, mp)) || !handlep) in px_dma_setup()
963 ddi_dma_handle_t handle, ddi_dma_req_t *dmareq, in px_dma_bindhdl() argument
972 ddi_driver_name(rdip), ddi_get_instance(rdip), mp, dmareq); in px_dma_bindhdl()
980 if (ret = px_dma_type(px_p, dmareq, mp)) in px_dma_bindhdl()
982 if (ret = px_dma_pfn(px_p, dmareq, mp)) in px_dma_bindhdl()
987 if (ret = px_dvma_win(px_p, dmareq, mp)) in px_dma_bindhdl()
997 if (ret = px_dvma_map(mp, dmareq, mmu_p)) in px_dma_bindhdl()
1005 if (ret = px_dma_physwin(px_p, dmareq, mp)) in px_dma_bindhdl()