Home
last modified time | relevance | path

Searched refs:vge_softc (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c159 static void vge_cam_clear(struct vge_softc *);
160 static int vge_cam_set(struct vge_softc *, uint8_t *);
161 static void vge_clrwol(struct vge_softc *);
162 static void vge_discard_rxbuf(struct vge_softc *, int);
163 static int vge_dma_alloc(struct vge_softc *);
164 static void vge_dma_free(struct vge_softc *);
167 static void vge_eeprom_getword(struct vge_softc *, int, uint16_t *);
169 static int vge_encap(struct vge_softc *, struct mbuf **);
174 static void vge_freebufs(struct vge_softc *);
177 static int vge_ifmedia_upd_locked(struct vge_softc *);
[all …]
H A Dif_vgevar.h177 struct vge_softc { struct
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/
H A Dglue.c44 struct vge_softc *sc = device_get_softc(dev); in __haiku_disable_interrupts()
57 struct vge_softc *sc = device_get_softc(dev); in __haiku_reenable_interrupts()