Searched defs:iommu_unit (Results 1 – 3 of 3) sorted by relevance
71 struct iommu_unit { struct72 struct mtx lock;73 device_t dev;74 int unit;75 struct sysctl_ctx_list sysctl_ctx;77 int dma_enabled;80 struct task dmamap_load_task;82 struct taskqueue *delayed_taskqueue;108 struct iommu_unit *iommu; /* (c) */ argument
90 struct iommu_unit *iommu; struct
533 iommu_qi_common_fini(struct iommu_unit *unit, void (*disable_qi)( in iommu_qi_common_fini()