Lines Matching defs:vr_softc
711 struct vr_softc { struct
712 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 */
721 int vr_flags; /* See VR_F_* below */
727 int vr_if_flags;
728 struct vr_chain_data vr_cdata;
729 struct vr_ring_data vr_rdata;
730 struct vr_statistics vr_stat;
731 struct callout vr_stat_callout;
732 struct mtx vr_mtx;
733 int vr_quirks;
734 int vr_watchdog_timer;
735 int vr_txthresh;
737 int rxcycles;
739 struct task vr_inttask;