vte_softc
vte_txeof(struct vte_softc *sc)
vte_newbuf(struct vte_softc *sc, struct vte_rxdesc *rxd)
static int vte_dma_alloc(struct vte_softc *);
static void vte_dma_free(struct vte_softc *);
vte_encap(struct vte_softc *, struct mbuf **);
vte_rxeof(struct vte_softc *sc)
static void vte_get_macaddr(struct vte_softc *);
static int vte_init_rx_ring(struct vte_softc *);
static int vte_init_tx_ring(struct vte_softc *);
static void vte_mac_config(struct vte_softc *);
struct vte_softc *sc;
sc = (struct vte_softc *)arg;
vte_reset(struct vte_softc *sc)
static int vte_newbuf(struct vte_softc *, struct vte_rxdesc *);
static void vte_reset(struct vte_softc *);
static void vte_rxeof(struct vte_softc *);
static void vte_rxfilter(struct vte_softc *);
struct vte_softc *sc = ifp->if_softc;
static void vte_start_mac(struct vte_softc *);
static void vte_stats_clear(struct vte_softc *);
static void vte_stats_update(struct vte_softc *);
static void vte_stop_mac(struct vte_softc *);
static void vte_txeof(struct vte_softc *);
struct vte_softc *sc = ifp->if_softc;
CFATTACH_DECL3_NEW(vte, sizeof(struct vte_softc),
vte_start_mac(struct vte_softc *sc)
vte_stop_mac(struct vte_softc *sc)
vte_init_tx_ring(struct vte_softc *sc)
vte_init_rx_ring(struct vte_softc *sc)
vte_rxfilter(struct vte_softc *sc)
struct vte_softc *sc = device_private(self);
struct vte_softc *sc;
struct vte_softc *sc;
struct vte_softc *sc = device_private(dev);
struct vte_softc *sc = device_private(dev);
struct vte_softc *sc = device_private(dev);
struct vte_softc *sc = ifp->if_softc;
vte_get_macaddr(struct vte_softc *sc)
vte_dma_alloc(struct vte_softc *sc)
vte_dma_free(struct vte_softc *sc)
struct vte_softc *sc = device_private(dev);
struct vte_softc *sc = device_private(dev);
vte_encap(struct vte_softc *sc, struct mbuf **m_head)
struct vte_softc *sc = ifp->if_softc;
struct vte_softc *sc = ifp->if_softc;
struct vte_softc *sc = ifp->if_softc;
struct vte_softc *sc = ifp->if_softc;
vte_mac_config(struct vte_softc *sc)
vte_stats_clear(struct vte_softc *sc)
vte_stats_update(struct vte_softc *sc)
struct vte_softc *sc = (struct vte_softc *)arg;