ale_softc
ale_dma_alloc(struct ale_softc *sc)
static int ale_check_boundary(struct ale_softc *);
static int ale_dma_alloc(struct ale_softc *);
static void ale_dma_free(struct ale_softc *);
static int ale_encap(struct ale_softc *, struct mbuf **);
static void ale_get_macaddr(struct ale_softc *);
static void ale_init_locked(struct ale_softc *);
static void ale_init_rx_pages(struct ale_softc *);
static void ale_init_tx_ring(struct ale_softc *);
static void ale_mac_config(struct ale_softc *);
static void ale_phy_reset(struct ale_softc *);
static void ale_reset(struct ale_softc *);
static void ale_rx_update_page(struct ale_softc *, struct ale_rx_page **,
ale_dma_free(struct ale_softc *sc)
static void ale_rxcsum(struct ale_softc *, struct mbuf *, uint32_t);
static int ale_rxeof(struct ale_softc *sc, int);
static void ale_rxfilter(struct ale_softc *);
static void ale_rxvlan(struct ale_softc *);
static void ale_setlinkspeed(struct ale_softc *);
static void ale_setwol(struct ale_softc *);
static void ale_stats_clear(struct ale_softc *);
static void ale_stats_update(struct ale_softc *);
static void ale_stop(struct ale_softc *);
ale_setlinkspeed(struct ale_softc *sc)
static void ale_stop_mac(struct ale_softc *);
static void ale_sysctl_node(struct ale_softc *);
static void ale_txeof(struct ale_softc *);
static void ale_watchdog(struct ale_softc *);
ale_setwol(struct ale_softc *sc)
struct ale_softc *sc;
struct ale_softc *sc;
ale_encap(struct ale_softc *sc, struct mbuf **m_head)
sizeof(struct ale_softc)
struct ale_softc *sc;
struct ale_softc *sc;
ale_watchdog(struct ale_softc *sc)
struct ale_softc *sc;
struct ale_softc *sc;
ale_mac_config(struct ale_softc *sc)
ale_stats_clear(struct ale_softc *sc)
ale_stats_update(struct ale_softc *sc)
struct ale_softc *sc;
sc = (struct ale_softc *)arg;
struct ale_softc *sc;
sc = (struct ale_softc *)arg;
ale_txeof(struct ale_softc *sc)
struct ale_softc *sc;
ale_rx_update_page(struct ale_softc *sc, struct ale_rx_page **page,
ale_rxcsum(struct ale_softc *sc, struct mbuf *m, uint32_t status)
ale_rxeof(struct ale_softc *sc, int count)
struct ale_softc *sc;
struct ale_softc *sc;
sc = (struct ale_softc *)arg;
ale_reset(struct ale_softc *sc)
struct ale_softc *sc;
sc = (struct ale_softc *)xsc;
ale_init_locked(struct ale_softc *sc)
ale_stop(struct ale_softc *sc)
ale_stop_mac(struct ale_softc *sc)
ale_init_tx_ring(struct ale_softc *sc)
ale_init_rx_pages(struct ale_softc *sc)
ale_rxvlan(struct ale_softc *sc)
struct ale_softc *sc;
ale_rxfilter(struct ale_softc *sc)
struct ale_softc *sc;
ale_get_macaddr(struct ale_softc *sc)
ale_phy_reset(struct ale_softc *sc)
struct ale_softc *sc;
struct ale_softc *sc;
ale_sysctl_node(struct ale_softc *sc)
ale_check_boundary(struct ale_softc *sc)