Lines Matching defs:dma_handle
94 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle);
96 dev_info_t *rdip, ddi_dma_handle_t dma_handle, struct ddi_dma_req *dma_req,
99 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle);
101 dev_info_t *rdip, ddi_dma_handle_t dma_handle, off_t off, size_t len,
104 dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win,
107 dev_info_t *rdip, ddi_dma_handle_t dma_handle,
110 dev_info_t *rdip, ddi_dma_handle_t dma_handle, ddi_dma_obj_t *dmao);
3090 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle)
3094 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle);
3101 return (iommulib_iommu_dma_freehdl(dip, rdip, dma_handle));
3108 dev_info_t *rdip, ddi_dma_handle_t dma_handle,
3115 ret = iommulib_iommu_dma_bindhdl(dip, rdip, dma_handle,
3119 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle);
3129 dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle)
3131 return (iommulib_iommu_dma_unbindhdl(dip, rdip, dma_handle));
3137 dev_info_t *rdip, ddi_dma_handle_t dma_handle, off_t off,
3140 return (iommulib_iommu_dma_sync(dip, rdip, dma_handle, off, len,
3147 dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win,
3151 return (iommulib_iommu_dma_win(dip, rdip, dma_handle, win, offp,
3158 dev_info_t *rdip, ddi_dma_handle_t dma_handle,
3163 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle);
3165 return (immu_map_dvmaseg(rdip, dma_handle, ihp, dmareq, dmao));
3171 dev_info_t *rdip, ddi_dma_handle_t dma_handle, ddi_dma_obj_t *dmao)
3175 ihp = iommulib_iommu_dmahdl_getprivate(dip, rdip, dma_handle);