Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dsv.c92 struct sv_softc { struct
93 struct device sc_dev; /* base device */
94 void *sc_ih; /* interrupt vectoring */
96 pci_chipset_tag_t sc_pci_chipset_tag;
97 pcitag_t sc_pci_tag;
121 sizeof(struct sv_softc), sv_match, sv_attach argument