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

  /src/sys/dev/pci/
if_vr.c 200 struct vr_softc { struct
302 static int vr_add_rxbuf(struct vr_softc *, int);
304 static void vr_rxeof(struct vr_softc *);
305 static void vr_rxeoc(struct vr_softc *);
306 static void vr_txeof(struct vr_softc *);
312 static void vr_rxdrain(struct vr_softc *);
320 static void vr_setmulti(struct vr_softc *);
321 static void vr_reset(struct vr_softc *);
373 struct vr_softc *sc = device_private(self);
381 struct vr_softc *sc = device_private(self)
    [all...]

Completed in 11 milliseconds