vge_softc
vge_newbuf(struct vge_softc *sc, int idx, struct mbuf *m)
vge_rxeof(struct vge_softc *sc)
vge_txeof(struct vge_softc *sc)
struct vge_softc *sc;
struct vge_softc *sc;
vge_encap(struct vge_softc *sc, struct mbuf *m_head, int idx)
struct vge_softc *sc;
struct vge_softc *sc;
struct vge_softc *sc = ifp->if_softc;
struct vge_softc *sc = ifp->if_softc;
struct vge_softc *sc;
struct vge_softc *sc;
struct vge_softc *sc = ifp->if_softc;
struct vge_softc *sc;
struct vge_softc *sc;
struct vge_softc *sc;
vge_clrwol(struct vge_softc *sc)
static int vge_encap(struct vge_softc *, struct mbuf *, int);
static int vge_allocmem(struct vge_softc *);
static int vge_newbuf(struct vge_softc *, int, struct mbuf *);
static void vge_rxeof(struct vge_softc *);
static void vge_txeof(struct vge_softc *);
static uint16_t vge_read_eeprom(struct vge_softc *, int);
static void vge_miipoll_start(struct vge_softc *);
static void vge_miipoll_stop(struct vge_softc *);
static void vge_cam_clear(struct vge_softc *);
static int vge_cam_set(struct vge_softc *, uint8_t *);
static void vge_clrwol(struct vge_softc *);
static void vge_setmulti(struct vge_softc *);
static void vge_reset(struct vge_softc *);
CFATTACH_DECL_NEW(vge, sizeof(struct vge_softc),
vge_read_eeprom(struct vge_softc *sc, int addr)
vge_miipoll_stop(struct vge_softc *sc)
vge_miipoll_start(struct vge_softc *sc)
struct vge_softc *sc;
struct vge_softc *sc;
vge_cam_clear(struct vge_softc *sc)
vge_cam_set(struct vge_softc *sc, uint8_t *addr)
vge_setmulti(struct vge_softc *sc)
vge_reset(struct vge_softc *sc)
vge_allocmem(struct vge_softc *sc)
struct vge_softc *sc = device_private(self);