Home
last modified time | relevance | path

Searched defs:amdvi_softc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/amd64/vmm/amd/
H A Damdvi_priv.h375 struct amdvi_softc { struct
376 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 …]