Searched defs:vr_softc (Results 1 – 1 of 1) sorted by relevance
711 struct vr_softc { struct712 if_t vr_ifp; /* interface info */713 device_t vr_dev;714 struct resource *vr_res;715 int vr_res_id;716 int vr_res_type;717 struct resource *vr_irq;718 void *vr_intrhand;719 device_t vr_miibus;720 uint8_t vr_revid; /* Rhine chip revision */[all …]