Home | History | Annotate | Download | only in pci

Lines Matching defs:vge_softc

192 struct vge_softc {
301 static int vge_encap(struct vge_softc *, struct mbuf *, int);
303 static int vge_allocmem(struct vge_softc *);
304 static int vge_newbuf(struct vge_softc *, int, struct mbuf *);
308 static void vge_rxeof(struct vge_softc *);
309 static void vge_txeof(struct vge_softc *);
323 static uint16_t vge_read_eeprom(struct vge_softc *, int);
325 static void vge_miipoll_start(struct vge_softc *);
326 static void vge_miipoll_stop(struct vge_softc *);
331 static void vge_cam_clear(struct vge_softc *);
332 static int vge_cam_set(struct vge_softc *, uint8_t *);
333 static void vge_clrwol(struct vge_softc *);
334 static void vge_setmulti(struct vge_softc *);
335 static void vge_reset(struct vge_softc *);
337 CFATTACH_DECL_NEW(vge, sizeof(struct vge_softc),
366 vge_read_eeprom(struct vge_softc *sc, int addr)
407 vge_miipoll_stop(struct vge_softc *sc)
426 vge_miipoll_start(struct vge_softc *sc)
468 struct vge_softc *sc;
507 struct vge_softc *sc;
545 vge_cam_clear(struct vge_softc *sc)
575 vge_cam_set(struct vge_softc *sc, uint8_t *addr)
637 vge_setmulti(struct vge_softc *sc)
717 vge_reset(struct vge_softc *sc)
777 vge_allocmem(struct vge_softc *sc)
899 struct vge_softc *sc = device_private(self);
1068 vge_newbuf(struct vge_softc *sc, int idx, struct mbuf *m)
1189 vge_rxeof(struct vge_softc *sc)
1362 vge_txeof(struct vge_softc *sc)
1415 struct vge_softc *sc;
1447 struct vge_softc *sc;
1511 vge_encap(struct vge_softc *sc, struct mbuf *m_head, int idx)
1636 struct vge_softc *sc;
1738 struct vge_softc *sc;
1926 struct vge_softc *sc = ifp->if_softc;
1978 struct vge_softc *sc = ifp->if_softc;
1997 struct vge_softc *sc;
2026 struct vge_softc *sc;
2049 struct vge_softc *sc = ifp->if_softc;
2108 struct vge_softc *sc;
2136 struct vge_softc *sc;
2173 struct vge_softc *sc;
2182 vge_clrwol(struct vge_softc *sc)