Lines Matching refs:vge_softc

161 static void	vge_cam_clear(struct vge_softc *);
162 static int vge_cam_set(struct vge_softc *, uint8_t *);
163 static void vge_clrwol(struct vge_softc *);
164 static void vge_discard_rxbuf(struct vge_softc *, int);
165 static int vge_dma_alloc(struct vge_softc *);
166 static void vge_dma_free(struct vge_softc *);
169 static void vge_eeprom_getword(struct vge_softc *, int, uint16_t *);
171 static int vge_encap(struct vge_softc *, struct mbuf **);
176 static void vge_freebufs(struct vge_softc *);
179 static int vge_ifmedia_upd_locked(struct vge_softc *);
181 static void vge_init_locked(struct vge_softc *);
183 static void vge_intr_holdoff(struct vge_softc *);
188 static void vge_miipoll_start(struct vge_softc *);
189 static void vge_miipoll_stop(struct vge_softc *);
190 static int vge_newbuf(struct vge_softc *, int);
191 static void vge_read_eeprom(struct vge_softc *, caddr_t, int, int, int);
192 static void vge_reset(struct vge_softc *);
193 static int vge_rx_list_init(struct vge_softc *);
194 static int vge_rxeof(struct vge_softc *, int);
195 static void vge_rxfilter(struct vge_softc *);
196 static void vge_setmedia(struct vge_softc *);
197 static void vge_setvlan(struct vge_softc *);
198 static void vge_setwol(struct vge_softc *);
201 static void vge_stats_clear(struct vge_softc *);
202 static void vge_stats_update(struct vge_softc *);
203 static void vge_stop(struct vge_softc *);
204 static void vge_sysctl_node(struct vge_softc *);
205 static int vge_tx_list_init(struct vge_softc *);
206 static void vge_txeof(struct vge_softc *);
228 sizeof(struct vge_softc)
241 vge_eeprom_getword(struct vge_softc *sc, int addr, uint16_t *dest)
287 vge_read_eeprom(struct vge_softc *sc, caddr_t dest, int off, int cnt, int swap)
308 vge_miipoll_stop(struct vge_softc *sc)
325 vge_miipoll_start(struct vge_softc *sc)
364 struct vge_softc *sc;
398 struct vge_softc *sc;
432 vge_cam_clear(struct vge_softc *sc)
462 vge_cam_set(struct vge_softc *sc, uint8_t *addr)
516 vge_setvlan(struct vge_softc *sc)
538 vge_rxfilter(struct vge_softc *sc)
612 vge_reset(struct vge_softc *sc)
679 vge_dma_alloc(struct vge_softc *sc)
909 vge_dma_free(struct vge_softc *sc)
993 struct vge_softc *sc;
1164 struct vge_softc *sc;
1208 vge_discard_rxbuf(struct vge_softc *sc, int prod)
1235 vge_newbuf(struct vge_softc *sc, int prod)
1305 vge_tx_list_init(struct vge_softc *sc)
1333 vge_rx_list_init(struct vge_softc *sc)
1371 vge_freebufs(struct vge_softc *sc)
1432 vge_rxeof(struct vge_softc *sc, int count)
1604 vge_txeof(struct vge_softc *sc)
1659 struct vge_softc *sc;
1702 struct vge_softc *sc = ifp->if_softc;
1748 struct vge_softc *sc;
1812 vge_encap(struct vge_softc *sc, struct mbuf **m_head)
1941 struct vge_softc *sc;
1953 struct vge_softc *sc;
2015 struct vge_softc *sc = xsc;
2023 vge_init_locked(struct vge_softc *sc)
2160 struct vge_softc *sc;
2172 vge_ifmedia_upd_locked(struct vge_softc *sc)
2193 struct vge_softc *sc;
2211 vge_setmedia(struct vge_softc *sc)
2258 struct vge_softc *sc = ifp->if_softc;
2373 struct vge_softc *sc;
2399 vge_stop(struct vge_softc *sc)
2431 struct vge_softc *sc;
2452 struct vge_softc *sc;
2498 vge_sysctl_node(struct vge_softc *sc)
2613 vge_stats_clear(struct vge_softc *sc)
2633 vge_stats_update(struct vge_softc *sc)
2733 vge_intr_holdoff(struct vge_softc *sc)
2781 vge_setlinkspeed(struct vge_softc *sc)
2843 vge_setwol(struct vge_softc *sc)
2908 vge_clrwol(struct vge_softc *sc)