HomeSort by: relevance | last modified time | path
    Searched defs:vge_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_vge.c 192 struct vge_softc { struct
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 *);
    [all...]

Completed in 11 milliseconds