Lines Matching defs:vr_softc
462 struct vr_softc { struct
463 struct arpcom arpcom; /* interface info */
464 bus_space_handle_t vr_bhandle; /* bus space handle */
465 bus_space_tag_t vr_btag; /* bus space tag */
466 struct resource *vr_res;
467 struct resource *vr_irq;
468 void *vr_intrhand;
469 device_t vr_miibus;
470 uint8_t vr_revid; /* Rhine chip revision */
471 uint8_t vr_flags; /* See VR_F_* below */
472 struct ifpoll_compat vr_npoll;
473 struct vr_list_data *vr_ldata;
474 struct vr_chain_data vr_cdata;
475 struct callout vr_stat_timer;