Searched defs:vtpci_softc (Results 1 – 1 of 1) sorted by relevance
59 struct vtpci_softc { struct60 device_t vtpci_dev;61 struct resource *vtpci_res;62 struct resource *vtpci_msix_res;63 uint64_t vtpci_features;64 uint32_t vtpci_flags;68 device_t vtpci_child_dev;69 struct virtio_feature_desc *vtpci_child_feat_desc;101 struct vtpci_softc *ires_sc; argument106 } vtpci_intr_res[1 + VIRTIO_MAX_VIRTQUEUES];[all …]