vr_softc          109 dev/pci/if_vr.c 	sizeof(struct vr_softc), vr_probe, vr_attach
vr_softc          115 dev/pci/if_vr.c int vr_encap(struct vr_softc *, struct vr_chain *, struct mbuf *);
vr_softc          116 dev/pci/if_vr.c void vr_rxeof(struct vr_softc *);
vr_softc          117 dev/pci/if_vr.c void vr_rxeoc(struct vr_softc *);
vr_softc          118 dev/pci/if_vr.c void vr_txeof(struct vr_softc *);
vr_softc          124 dev/pci/if_vr.c void vr_stop(struct vr_softc *);
vr_softc          130 dev/pci/if_vr.c void vr_mii_sync(struct vr_softc *);
vr_softc          131 dev/pci/if_vr.c void vr_mii_send(struct vr_softc *, u_int32_t, int);
vr_softc          132 dev/pci/if_vr.c int vr_mii_readreg(struct vr_softc *, struct vr_mii_frame *);
vr_softc          133 dev/pci/if_vr.c int vr_mii_writereg(struct vr_softc *, struct vr_mii_frame *);
vr_softc          138 dev/pci/if_vr.c void vr_setcfg(struct vr_softc *, int);
vr_softc          139 dev/pci/if_vr.c void vr_setmulti(struct vr_softc *);
vr_softc          140 dev/pci/if_vr.c void vr_reset(struct vr_softc *);
vr_softc          141 dev/pci/if_vr.c int vr_list_rx_init(struct vr_softc *);
vr_softc          142 dev/pci/if_vr.c int vr_list_tx_init(struct vr_softc *);
vr_softc          191 dev/pci/if_vr.c vr_mii_sync(struct vr_softc *sc)
vr_softc          209 dev/pci/if_vr.c vr_mii_send(struct vr_softc *sc, u_int32_t bits, int cnt)
vr_softc          233 dev/pci/if_vr.c vr_mii_readreg(struct vr_softc *sc, struct vr_mii_frame *frame)
vr_softc          354 dev/pci/if_vr.c vr_mii_writereg(struct vr_softc *sc, struct vr_mii_frame *frame)
vr_softc          432 dev/pci/if_vr.c 	struct vr_softc *sc = (struct vr_softc *)dev;
vr_softc          456 dev/pci/if_vr.c 	struct vr_softc *sc = (struct vr_softc *)dev;
vr_softc          480 dev/pci/if_vr.c 	struct vr_softc *sc = (struct vr_softc *)dev;
vr_softc          489 dev/pci/if_vr.c vr_setmulti(struct vr_softc *sc)
vr_softc          550 dev/pci/if_vr.c vr_setcfg(struct vr_softc *sc, int media)
vr_softc          569 dev/pci/if_vr.c vr_reset(struct vr_softc *sc)
vr_softc          617 dev/pci/if_vr.c 	struct vr_softc		*sc = (struct vr_softc *)self;
vr_softc          815 dev/pci/if_vr.c vr_list_tx_init(struct vr_softc *sc)
vr_softc          853 dev/pci/if_vr.c vr_list_rx_init(struct vr_softc *sc)
vr_softc          921 dev/pci/if_vr.c vr_rxeof(struct vr_softc *sc)
vr_softc         1040 dev/pci/if_vr.c vr_rxeoc(struct vr_softc *sc)
vr_softc         1076 dev/pci/if_vr.c vr_txeof(struct vr_softc *sc)
vr_softc         1143 dev/pci/if_vr.c 	struct vr_softc *sc = xsc;
vr_softc         1163 dev/pci/if_vr.c 	struct vr_softc		*sc;
vr_softc         1268 dev/pci/if_vr.c vr_encap(struct vr_softc *sc, struct vr_chain *c, struct mbuf *m_head)
vr_softc         1333 dev/pci/if_vr.c 	struct vr_softc		*sc;
vr_softc         1392 dev/pci/if_vr.c 	struct vr_softc		*sc = xsc;
vr_softc         1505 dev/pci/if_vr.c 	struct vr_softc		*sc = ifp->if_softc;
vr_softc         1519 dev/pci/if_vr.c 	struct vr_softc		*sc = ifp->if_softc;
vr_softc         1530 dev/pci/if_vr.c 	struct vr_softc		*sc = ifp->if_softc;
vr_softc         1612 dev/pci/if_vr.c 	struct vr_softc		*sc;
vr_softc         1632 dev/pci/if_vr.c vr_stop(struct vr_softc *sc)
vr_softc         1703 dev/pci/if_vr.c 	struct vr_softc		*sc = (struct vr_softc *)arg;
vr_softc          458 dev/pci/if_vrreg.h struct vr_softc {