Searched refs:dvma_call_list_id (Results 1 – 2 of 2) sorted by relevance
776 &softsp->dvma_call_list_id); in iommu_dma_allochdl()814 if (softsp->dvma_call_list_id != 0) { in iommu_dma_freehdl()815 ddi_run_callback(&softsp->dvma_call_list_id); in iommu_dma_freehdl()1115 dmareq->dmar_arg, &softsp->dvma_call_list_id); in iommu_dma_bindhdl()1165 if (softsp->dvma_call_list_id != 0) in iommu_dma_unbindhdl()1166 ddi_run_callback(&softsp->dvma_call_list_id); in iommu_dma_unbindhdl()1477 if (softsp->dvma_call_list_id != 0) in iommu_dma_mctl()1478 ddi_run_callback(&softsp->dvma_call_list_id); in iommu_dma_mctl()
307 uintptr_t dvma_call_list_id; /* DVMA callback list */ member