Lines Matching refs:vr_softc
156 static int vr_dma_alloc(struct vr_softc *);
157 static void vr_dma_free(struct vr_softc *);
159 static int vr_newbuf(struct vr_softc *, int);
164 static int vr_rxeof(struct vr_softc *);
165 static void vr_txeof(struct vr_softc *);
167 static int vr_error(struct vr_softc *, uint16_t);
168 static void vr_tx_underrun(struct vr_softc *);
173 static int vr_encap(struct vr_softc *, struct mbuf **);
176 static void vr_init_locked(struct vr_softc *);
177 static void vr_tx_start(struct vr_softc *);
178 static void vr_rx_start(struct vr_softc *);
179 static int vr_tx_stop(struct vr_softc *);
180 static int vr_rx_stop(struct vr_softc *);
181 static void vr_stop(struct vr_softc *);
182 static void vr_watchdog(struct vr_softc *);
190 static void vr_cam_mask(struct vr_softc *, uint32_t, int);
191 static int vr_cam_data(struct vr_softc *, int, int, uint8_t *);
192 static void vr_set_filter(struct vr_softc *);
193 static void vr_reset(const struct vr_softc *);
194 static int vr_tx_ring_init(struct vr_softc *);
195 static int vr_rx_ring_init(struct vr_softc *);
196 static void vr_setwol(struct vr_softc *);
197 static void vr_clrwol(struct vr_softc *);
233 sizeof(struct vr_softc)
242 struct vr_softc *sc; in vr_miibus_readreg()
265 struct vr_softc *sc; in vr_miibus_writereg()
295 struct vr_softc *sc; in vr_miibus_statchg()
380 vr_cam_mask(struct vr_softc *sc, uint32_t mask, int type) in vr_cam_mask()
392 vr_cam_data(struct vr_softc *sc, int type, int idx, uint8_t *mac) in vr_cam_data()
431 struct vr_softc *sc;
472 vr_set_filter(struct vr_softc *sc) in vr_set_filter()
531 vr_reset(const struct vr_softc *sc) in vr_reset()
605 struct vr_softc *sc; in vr_attach()
820 struct vr_softc *sc = device_get_softc(dev); in vr_detach()
876 vr_dma_alloc(struct vr_softc *sc) in vr_dma_alloc()
1057 vr_dma_free(struct vr_softc *sc) in vr_dma_free()
1133 vr_tx_ring_init(struct vr_softc *sc) in vr_tx_ring_init()
1170 vr_rx_ring_init(struct vr_softc *sc) in vr_rx_ring_init()
1219 vr_newbuf(struct vr_softc *sc, int idx) in vr_newbuf()
1283 vr_rxeof(struct vr_softc *sc) in vr_rxeof()
1429 vr_txeof(struct vr_softc *sc) in vr_txeof()
1545 struct vr_softc *sc; in vr_tick()
1548 sc = (struct vr_softc *)xsc; in vr_tick()
1575 struct vr_softc *sc; in vr_poll()
1591 struct vr_softc *sc; in vr_poll_locked()
1634 vr_tx_underrun(struct vr_softc *sc) in vr_tx_underrun()
1664 struct vr_softc *sc; in vr_intr()
1667 sc = (struct vr_softc *)arg; in vr_intr()
1684 struct vr_softc *sc; in vr_int_task()
1688 sc = (struct vr_softc *)arg; in vr_int_task()
1744 vr_error(struct vr_softc *sc, uint16_t status) in vr_error()
1783 vr_encap(struct vr_softc *sc, struct mbuf **m_head) in vr_encap()
1948 struct vr_softc *sc; in vr_start()
1959 struct vr_softc *sc; in vr_start_locked()
2008 struct vr_softc *sc; in vr_init()
2010 sc = (struct vr_softc *)xsc; in vr_init()
2017 vr_init_locked(struct vr_softc *sc) in vr_init_locked()
2171 struct vr_softc *sc; in vr_ifmedia_upd()
2194 struct vr_softc *sc; in vr_ifmedia_sts()
2213 struct vr_softc *sc; in vr_ioctl()
2302 vr_watchdog(struct vr_softc *sc) in vr_watchdog()
2340 vr_tx_start(struct vr_softc *sc) in vr_tx_start()
2359 vr_rx_start(struct vr_softc *sc) in vr_rx_start()
2375 vr_tx_stop(struct vr_softc *sc) in vr_tx_stop()
2397 vr_rx_stop(struct vr_softc *sc) in vr_rx_stop()
2423 vr_stop(struct vr_softc *sc) in vr_stop()
2490 struct vr_softc *sc; in vr_suspend()
2506 struct vr_softc *sc; in vr_resume()
2525 vr_setwol(struct vr_softc *sc) in vr_setwol()
2577 vr_clrwol(struct vr_softc *sc) in vr_clrwol()
2608 struct vr_softc *sc; in vr_sysctl_stats()
2620 sc = (struct vr_softc *)arg1; in vr_sysctl_stats()