Home
last modified time | relevance | path

Searched refs:dvma_call_list_id (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c776 &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()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h308 uintptr_t dvma_call_list_id; /* DVMA callback list */ member