Searched refs:vtpci_legacy_softc (Results 1 – 1 of 1) sorted by relevance
57 struct vtpci_legacy_softc { struct100 static bool vtpci_legacy_setup_msix(struct vtpci_legacy_softc *sc);101 static void vtpci_legacy_teardown_msix(struct vtpci_legacy_softc *sc);102 static int vtpci_legacy_alloc_resources(struct vtpci_legacy_softc *);103 static void vtpci_legacy_free_resources(struct vtpci_legacy_softc *);105 static void vtpci_legacy_probe_and_attach_child(struct vtpci_legacy_softc *);107 static uint8_t vtpci_legacy_get_status(struct vtpci_legacy_softc *);108 static void vtpci_legacy_set_status(struct vtpci_legacy_softc *, uint8_t);109 static void vtpci_legacy_select_virtqueue(struct vtpci_legacy_softc *, int);110 static void vtpci_legacy_reset(struct vtpci_legacy_softc *);[all …]