vr_softc
vr_dma_free(struct vr_softc *sc)
vr_tx_ring_init(struct vr_softc *sc)
vr_rx_ring_init(struct vr_softc *sc)
vr_newbuf(struct vr_softc *sc, int idx)
vr_rxeof(struct vr_softc *sc)
vr_txeof(struct vr_softc *sc)
struct vr_softc *sc;
sc = (struct vr_softc *)xsc;
static int vr_dma_alloc(struct vr_softc *);
static void vr_dma_free(struct vr_softc *);
struct vr_softc *sc;
static int vr_newbuf(struct vr_softc *, int);
struct vr_softc *sc;
static int vr_rxeof(struct vr_softc *);
vr_tx_underrun(struct vr_softc *sc)
static void vr_txeof(struct vr_softc *);
static int vr_error(struct vr_softc *, uint16_t);
struct vr_softc *sc;
sc = (struct vr_softc *)arg;
static void vr_tx_underrun(struct vr_softc *);
struct vr_softc *sc;
sc = (struct vr_softc *)arg;
static int vr_encap(struct vr_softc *, struct mbuf **);
vr_error(struct vr_softc *sc, uint16_t status)
static void vr_init_locked(struct vr_softc *);
static void vr_tx_start(struct vr_softc *);
static void vr_rx_start(struct vr_softc *);
static int vr_tx_stop(struct vr_softc *);
vr_encap(struct vr_softc *sc, struct mbuf **m_head)
static int vr_rx_stop(struct vr_softc *);
static void vr_stop(struct vr_softc *);
static void vr_watchdog(struct vr_softc *);
static void vr_cam_mask(struct vr_softc *, uint32_t, int);
static int vr_cam_data(struct vr_softc *, int, int, uint8_t *);
static void vr_set_filter(struct vr_softc *);
static void vr_reset(const struct vr_softc *);
static int vr_tx_ring_init(struct vr_softc *);
static int vr_rx_ring_init(struct vr_softc *);
struct vr_softc *sc;
static void vr_setwol(struct vr_softc *);
struct vr_softc *sc;
static void vr_clrwol(struct vr_softc *);
struct vr_softc *sc;
sc = (struct vr_softc *)xsc;
vr_init_locked(struct vr_softc *sc)
struct vr_softc *sc;
struct vr_softc *sc;
struct vr_softc *sc;
vr_watchdog(struct vr_softc *sc)
sizeof(struct vr_softc)
vr_tx_start(struct vr_softc *sc)
vr_rx_start(struct vr_softc *sc)
vr_tx_stop(struct vr_softc *sc)
vr_rx_stop(struct vr_softc *sc)
struct vr_softc *sc;
vr_stop(struct vr_softc *sc)
struct vr_softc *sc;
struct vr_softc *sc;
vr_setwol(struct vr_softc *sc)
vr_clrwol(struct vr_softc *sc)
struct vr_softc *sc;
sc = (struct vr_softc *)arg1;
struct vr_softc *sc;
struct vr_softc *sc;
vr_cam_mask(struct vr_softc *sc, uint32_t mask, int type)
vr_cam_data(struct vr_softc *sc, int type, int idx, uint8_t *mac)
struct vr_softc *sc;
vr_set_filter(struct vr_softc *sc)
vr_reset(const struct vr_softc *sc)
struct vr_softc *sc;
struct vr_softc *sc = device_get_softc(dev);
vr_dma_alloc(struct vr_softc *sc)