Lines Matching refs:dma_handle

96     dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle);
98 dev_info_t *rdip, ddi_dma_handle_t dma_handle, struct ddi_dma_req *dma_req,
101 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle);
103 dev_info_t *rdip, ddi_dma_handle_t dma_handle, off_t off, size_t len,
106 dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win,
109 dev_info_t *rdip, ddi_dma_handle_t dma_handle,
112 dev_info_t *rdip, ddi_dma_handle_t dma_handle, ddi_dma_obj_t *dmao);
3096 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle) in immu_freehdl() argument
3100 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle); in immu_freehdl()
3107 return (iommulib_iommu_dma_freehdl(dip, rdip, dma_handle)); in immu_freehdl()
3114 dev_info_t *rdip, ddi_dma_handle_t dma_handle, in immu_bindhdl() argument
3121 ret = iommulib_iommu_dma_bindhdl(dip, rdip, dma_handle, in immu_bindhdl()
3125 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle); in immu_bindhdl()
3135 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle) in immu_unbindhdl() argument
3137 return (iommulib_iommu_dma_unbindhdl(dip, rdip, dma_handle)); in immu_unbindhdl()
3143 dev_info_t *rdip, ddi_dma_handle_t dma_handle, off_t off, in immu_sync() argument
3146 return (iommulib_iommu_dma_sync(dip, rdip, dma_handle, off, len, in immu_sync()
3153 dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win, in immu_win() argument
3157 return (iommulib_iommu_dma_win(dip, rdip, dma_handle, win, offp, in immu_win()
3164 dev_info_t *rdip, ddi_dma_handle_t dma_handle, in immu_mapobject() argument
3169 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle); in immu_mapobject()
3171 return (immu_map_dvmaseg(rdip, dma_handle, ihp, dmareq, dmao)); in immu_mapobject()
3177 dev_info_t *rdip, ddi_dma_handle_t dma_handle, ddi_dma_obj_t *dmao) in immu_unmapobject() argument
3181 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle); in immu_unmapobject()