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