enet_softc
struct enet_softc *sc;
struct enet_softc *sc;
struct enet_softc *sc;
enet_init_txring(struct enet_softc *sc)
enet_init_rxring(struct enet_softc *sc)
enet_alloc_rxbuf(struct enet_softc *sc, int idx)
enet_reset_rxdesc(struct enet_softc *sc, int idx)
enet_drain_txbuf(struct enet_softc *sc)
static void enet_attach_evcnt(struct enet_softc *);
static void enet_update_evcnt(struct enet_softc *);
enet_drain_rxbuf(struct enet_softc *sc)
enet_alloc_ring(struct enet_softc *sc)
static void enet_rx_csum(struct enet_softc *, struct ifnet *, struct mbuf *,
static void enet_gethwaddr(struct enet_softc *, uint8_t *);
static void enet_sethwaddr(struct enet_softc *, uint8_t *);
static void enet_setmulti(struct enet_softc *);
static int enet_encap_txring(struct enet_softc *, struct mbuf **);
static int enet_init_regs(struct enet_softc *, int);
static int enet_alloc_ring(struct enet_softc *);
static void enet_init_txring(struct enet_softc *);
static int enet_init_rxring(struct enet_softc *);
enet_encap_txring(struct enet_softc *sc, struct mbuf **mp)
static void enet_reset_rxdesc(struct enet_softc *, int);
static int enet_alloc_rxbuf(struct enet_softc *, int);
static void enet_drain_txbuf(struct enet_softc *);
static void enet_drain_rxbuf(struct enet_softc *);
static int enet_alloc_dma(struct enet_softc *, size_t, void **,
struct enet_softc *sc = device_private(self);
enet_init_regs(struct enet_softc *sc, int init)
enet_alloc_dma(struct enet_softc *sc, size_t size, void **addrp,
enet_attach_evcnt(struct enet_softc *sc)
enet_update_evcnt(struct enet_softc *sc)
struct enet_softc *sc;
struct enet_softc *sc;
struct enet_softc *sc;
sc = (struct enet_softc *)arg;
struct enet_softc *sc;
enet_rx_csum(struct enet_softc *sc, struct ifnet *ifp, struct mbuf *m, int idx)
enet_setmulti(struct enet_softc *sc)
enet_gethwaddr(struct enet_softc *sc, uint8_t *hwaddr)
enet_sethwaddr(struct enet_softc *sc, uint8_t *hwaddr)
struct enet_softc *sc;
struct enet_softc *sc;
struct enet_softc *sc;
struct enet_softc *sc;
struct enet_softc *sc = ifp->if_softc;
struct enet_softc *sc = ifp->if_softc;
struct enet_softc *sc;
enet_intr_establish(struct enet_softc *sc, int phandle, u_int index)
enet_init_clocks(struct enet_softc *sc)
enet_phy_id(struct enet_softc *sc, const int phandle)
struct enet_softc sc_enet;
static int enet_init_clocks(struct enet_softc *);
static int enet_phy_id(struct enet_softc *, const int);
static void *enet_intr_establish(struct enet_softc *, int, u_int);
struct enet_softc *sc = &efsc->sc_enet;