age_softc
static void age_get_macaddr(struct age_softc *);
static void age_phy_reset(struct age_softc *);
static void age_sysctl_node(struct age_softc *);
static int age_check_boundary(struct age_softc *);
static int age_dma_alloc(struct age_softc *);
static void age_dma_free(struct age_softc *);
static void age_setwol(struct age_softc *);
age_dma_free(struct age_softc *sc)
static int age_encap(struct age_softc *, struct mbuf **);
static void age_watchdog(struct age_softc *);
static void age_mac_config(struct age_softc *);
static void age_stats_update(struct age_softc *);
static void age_txintr(struct age_softc *, int);
age_setwol(struct age_softc *sc)
static void age_rxeof(struct age_softc *sc, struct rx_rdesc *);
static int age_rxintr(struct age_softc *, int, int);
static void age_reset(struct age_softc *);
static void age_init_locked(struct age_softc *);
static void age_stop(struct age_softc *);
static void age_stop_txmac(struct age_softc *);
static void age_stop_rxmac(struct age_softc *);
static void age_init_tx_ring(struct age_softc *);
static int age_init_rx_ring(struct age_softc *);
static void age_init_rr_ring(struct age_softc *);
static void age_init_cmb_block(struct age_softc *);
static void age_init_smb_block(struct age_softc *);
struct age_softc *sc;
struct age_softc *sc;
age_encap(struct age_softc *sc, struct mbuf **m_head)
static int age_newbuf(struct age_softc *, struct age_rxdesc *);
static void age_rxvlan(struct age_softc *);
static void age_rxfilter(struct age_softc *);
struct age_softc *sc;
struct age_softc *sc;
sizeof(struct age_softc)
age_watchdog(struct age_softc *sc)
struct age_softc *sc;
age_mac_config(struct age_softc *sc)
struct age_softc *sc;
sc = (struct age_softc *)arg;
age_stats_update(struct age_softc *sc)
struct age_softc *sc;
struct age_softc *sc;
sc = (struct age_softc *)arg;
struct age_softc *sc;
sc = (struct age_softc *)arg;
age_txintr(struct age_softc *sc, int tpd_cons)
age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd)
struct age_softc *sc;
age_rxintr(struct age_softc *sc, int rr_prod, int count)
struct age_softc *sc;
sc = (struct age_softc *)arg;
age_reset(struct age_softc *sc)
struct age_softc *sc;
sc = (struct age_softc *)xsc;
age_init_locked(struct age_softc *sc)
struct age_softc *sc;
struct age_softc *sc;
age_stop(struct age_softc *sc)
age_stop_txmac(struct age_softc *sc)
age_stop_rxmac(struct age_softc *sc)
age_init_tx_ring(struct age_softc *sc)
struct age_softc *sc;
age_init_rx_ring(struct age_softc *sc)
age_init_rr_ring(struct age_softc *sc)
age_init_cmb_block(struct age_softc *sc)
age_init_smb_block(struct age_softc *sc)
age_newbuf(struct age_softc *sc, struct age_rxdesc *rxd)
age_rxvlan(struct age_softc *sc)
age_rxfilter(struct age_softc *sc)
struct age_softc *sc;
sc = (struct age_softc *)arg1;
age_get_macaddr(struct age_softc *sc)
age_phy_reset(struct age_softc *sc)
struct age_softc *sc;
struct age_softc *sc;
age_sysctl_node(struct age_softc *sc)
age_check_boundary(struct age_softc *sc)
age_dma_alloc(struct age_softc *sc)