Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_vrreg.h513 struct vr_softc { struct
514 struct device sc_dev; /* generic device structure */
515 pci_chipset_tag_t sc_pc; /* PCI registers info */
516 pcitag_t sc_tag;
517 void * sc_ih; /* interrupt handler cookie */
518 struct arpcom arpcom; /* interface info */
519 bus_space_handle_t vr_bhandle; /* bus space handle */
520 bus_space_tag_t vr_btag; /* bus space tag */
521 bus_dma_tag_t sc_dmat;
522 struct vr_type *vr_info; /* Rhine adapter info */
[all …]