Home | History | Annotate | Download | only in pci

Lines Matching refs:ale_softc

97 static int	ale_rxeof(struct ale_softc *sc);
98 static void ale_rx_update_page(struct ale_softc *, struct ale_rx_page **,
100 static void ale_rxcsum(struct ale_softc *, struct mbuf *, uint32_t);
101 static void ale_txeof(struct ale_softc *);
103 static int ale_dma_alloc(struct ale_softc *);
104 static void ale_dma_free(struct ale_softc *);
105 static int ale_encap(struct ale_softc *, struct mbuf *);
106 static void ale_init_rx_pages(struct ale_softc *);
107 static void ale_init_tx_ring(struct ale_softc *);
111 static void ale_get_macaddr(struct ale_softc *);
112 static void ale_mac_config(struct ale_softc *);
113 static void ale_phy_reset(struct ale_softc *);
114 static void ale_reset(struct ale_softc *);
115 static void ale_rxfilter(struct ale_softc *);
116 static void ale_rxvlan(struct ale_softc *);
117 static void ale_stats_clear(struct ale_softc *);
118 static void ale_stats_update(struct ale_softc *);
119 static void ale_stop_mac(struct ale_softc *);
121 CFATTACH_DECL_NEW(ale, sizeof(struct ale_softc),
132 struct ale_softc *sc = device_private(dev);
173 struct ale_softc *sc = device_private(dev);
213 struct ale_softc *sc = ifp->if_softc;
255 struct ale_softc *sc = ifp->if_softc;
266 struct ale_softc *sc = ifp->if_softc;
291 ale_get_macaddr(struct ale_softc *sc)
336 ale_phy_reset(struct ale_softc *sc)
385 struct ale_softc *sc = device_private(self);
605 struct ale_softc *sc = device_private(self);
637 ale_dma_alloc(struct ale_softc *sc)
848 ale_dma_free(struct ale_softc *sc)
911 ale_encap(struct ale_softc *sc, struct mbuf * const m)
1034 struct ale_softc *sc = ifp->if_softc;
1090 struct ale_softc *sc = ifp->if_softc;
1111 struct ale_softc *sc = ifp->if_softc;
1128 ale_mac_config(struct ale_softc *sc)
1159 ale_stats_clear(struct ale_softc *sc)
1177 ale_stats_update(struct ale_softc *sc)
1286 struct ale_softc *sc = xsc;
1328 ale_txeof(struct ale_softc *sc)
1380 ale_rx_update_page(struct ale_softc *sc, struct ale_rx_page **page,
1427 ale_rxcsum(struct ale_softc *sc, struct mbuf *m, uint32_t status)
1455 ale_rxeof(struct ale_softc *sc)
1561 struct ale_softc *sc = xsc;
1574 ale_reset(struct ale_softc *sc)
1605 struct ale_softc *sc = ifp->if_softc;
1846 struct ale_softc *sc = ifp->if_softc;
1901 ale_stop_mac(struct ale_softc *sc)
1924 ale_init_tx_ring(struct ale_softc *sc)
1947 ale_init_rx_pages(struct ale_softc *sc)
1969 ale_rxvlan(struct ale_softc *sc)
1981 ale_rxfilter(struct ale_softc *sc)