Lines Matching refs:vge_softc
159 static void vge_cam_clear(struct vge_softc *);
160 static int vge_cam_set(struct vge_softc *, uint8_t *);
161 static void vge_clrwol(struct vge_softc *);
162 static void vge_discard_rxbuf(struct vge_softc *, int);
163 static int vge_dma_alloc(struct vge_softc *);
164 static void vge_dma_free(struct vge_softc *);
167 static void vge_eeprom_getword(struct vge_softc *, int, uint16_t *);
169 static int vge_encap(struct vge_softc *, struct mbuf **);
174 static void vge_freebufs(struct vge_softc *);
177 static int vge_ifmedia_upd_locked(struct vge_softc *);
179 static void vge_init_locked(struct vge_softc *);
181 static void vge_intr_holdoff(struct vge_softc *);
186 static void vge_miipoll_start(struct vge_softc *);
187 static void vge_miipoll_stop(struct vge_softc *);
188 static int vge_newbuf(struct vge_softc *, int);
189 static void vge_read_eeprom(struct vge_softc *, caddr_t, int, int, int);
190 static void vge_reset(struct vge_softc *);
191 static int vge_rx_list_init(struct vge_softc *);
192 static int vge_rxeof(struct vge_softc *, int);
193 static void vge_rxfilter(struct vge_softc *);
194 static void vge_setmedia(struct vge_softc *);
195 static void vge_setvlan(struct vge_softc *);
196 static void vge_setwol(struct vge_softc *);
199 static void vge_stats_clear(struct vge_softc *);
200 static void vge_stats_update(struct vge_softc *);
201 static void vge_stop(struct vge_softc *);
202 static void vge_sysctl_node(struct vge_softc *);
203 static int vge_tx_list_init(struct vge_softc *);
204 static void vge_txeof(struct vge_softc *);
226 sizeof(struct vge_softc)
237 vge_eeprom_getword(struct vge_softc *sc, int addr, uint16_t *dest) in vge_eeprom_getword()
283 vge_read_eeprom(struct vge_softc *sc, caddr_t dest, int off, int cnt, int swap) in vge_read_eeprom()
304 vge_miipoll_stop(struct vge_softc *sc) in vge_miipoll_stop()
321 vge_miipoll_start(struct vge_softc *sc) in vge_miipoll_start()
360 struct vge_softc *sc; in vge_miibus_readreg()
394 struct vge_softc *sc; in vge_miibus_writereg()
428 vge_cam_clear(struct vge_softc *sc) in vge_cam_clear()
458 vge_cam_set(struct vge_softc *sc, uint8_t *addr) in vge_cam_set()
512 vge_setvlan(struct vge_softc *sc) in vge_setvlan()
531 struct vge_softc *sc = arg; in vge_set_maddr()
561 vge_rxfilter(struct vge_softc *sc) in vge_rxfilter()
615 vge_reset(struct vge_softc *sc) in vge_reset()
682 vge_dma_alloc(struct vge_softc *sc) in vge_dma_alloc()
912 vge_dma_free(struct vge_softc *sc) in vge_dma_free()
996 struct vge_softc *sc; in vge_attach()
1158 struct vge_softc *sc; in vge_detach()
1200 vge_discard_rxbuf(struct vge_softc *sc, int prod) in vge_discard_rxbuf()
1227 vge_newbuf(struct vge_softc *sc, int prod) in vge_newbuf()
1297 vge_tx_list_init(struct vge_softc *sc) in vge_tx_list_init()
1325 vge_rx_list_init(struct vge_softc *sc) in vge_rx_list_init()
1363 vge_freebufs(struct vge_softc *sc) in vge_freebufs()
1424 vge_rxeof(struct vge_softc *sc, int count) in vge_rxeof()
1596 vge_txeof(struct vge_softc *sc) in vge_txeof()
1651 struct vge_softc *sc; in vge_link_statchg()
1694 struct vge_softc *sc = if_getsoftc(ifp); in vge_poll()
1740 struct vge_softc *sc; in vge_intr()
1804 vge_encap(struct vge_softc *sc, struct mbuf **m_head) in vge_encap()
1933 struct vge_softc *sc; in vge_start()
1944 struct vge_softc *sc; in vge_start_locked()
2006 struct vge_softc *sc = xsc; in vge_init()
2014 vge_init_locked(struct vge_softc *sc) in vge_init_locked()
2151 struct vge_softc *sc; in vge_ifmedia_upd()
2163 vge_ifmedia_upd_locked(struct vge_softc *sc) in vge_ifmedia_upd_locked()
2184 struct vge_softc *sc; in vge_ifmedia_sts()
2202 vge_setmedia(struct vge_softc *sc) in vge_setmedia()
2249 struct vge_softc *sc = if_getsoftc(ifp); in vge_ioctl()
2364 struct vge_softc *sc; in vge_watchdog()
2390 vge_stop(struct vge_softc *sc) in vge_stop()
2422 struct vge_softc *sc; in vge_suspend()
2443 struct vge_softc *sc; in vge_resume()
2478 vge_sysctl_node(struct vge_softc *sc) in vge_sysctl_node()
2593 vge_stats_clear(struct vge_softc *sc) in vge_stats_clear()
2613 vge_stats_update(struct vge_softc *sc) in vge_stats_update()
2713 vge_intr_holdoff(struct vge_softc *sc) in vge_intr_holdoff()
2761 vge_setlinkspeed(struct vge_softc *sc) in vge_setlinkspeed()
2823 vge_setwol(struct vge_softc *sc) in vge_setwol()
2882 vge_clrwol(struct vge_softc *sc) in vge_clrwol()