Searched defs:passthru_softc (Results 1 – 1 of 1) sorted by relevance
67 struct passthru_softc { struct68 struct pci_devinst *psc_pi;70 struct pcibar psc_bar[PCI_BARMAX_WITH_ROM + 1];71 struct {75 } psc_msi;76 struct {78 } psc_msix;79 int pptfd;80 int msi_limit;81 int msix_limit;[all …]