Searched defs:amdvi_softc (Results 1 – 1 of 1) sorted by relevance
375 struct amdvi_softc { struct376 struct amdvi_ctrl *ctrl; /* Control area. */377 device_t dev; /* IOMMU device. */378 enum IvrsType ivhd_type; /* IOMMU IVHD type. */379 bool iotlb; /* IOTLB supported by IOMMU */380 struct amdvi_cmd *cmd; /* Command descriptor area. */381 int cmd_max; /* Max number of commands. */385 void *event_tag; /* Event interrupt tag. */386 int event_max; /* Max number of events. */387 int event_irq;[all …]