Searched defs:vr_softc (Results 1 – 1 of 1) sorted by relevance
200 struct vr_softc { struct201 device_t vr_dev;202 void *vr_ih; /* interrupt cookie */203 bus_space_tag_t vr_bst; /* bus space tag */204 bus_space_handle_t vr_bsh; /* bus space handle */205 bus_dma_tag_t vr_dmat; /* bus DMA tag */206 pci_chipset_tag_t vr_pc; /* PCI chipset info */207 pcitag_t vr_tag; /* PCI tag */208 struct ethercom vr_ec; /* Ethernet common info */209 uint8_t vr_enaddr[ETHER_ADDR_LEN];[all …]