HomeSort by: relevance | last modified time | path
    Searched refs:ale_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_ale.c 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 *);
    [all...]
if_alereg.h 905 struct ale_softc { struct

Completed in 17 milliseconds