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

  /src/sys/arch/arm/nxp/
if_enet_imx.c 44 struct enet_softc sc_enet;
59 static int enet_init_clocks(struct enet_softc *);
61 static int enet_phy_id(struct enet_softc *, const int);
62 static void *enet_intr_establish(struct enet_softc *, int, u_int);
76 struct enet_softc *sc = &efsc->sc_enet;
183 enet_intr_establish(struct enet_softc *sc, int phandle, u_int index)
210 enet_init_clocks(struct enet_softc *sc)
260 enet_phy_id(struct enet_softc *sc, const int phandle)
  /src/sys/arch/arm/imx/
if_enet.c 131 static void enet_attach_evcnt(struct enet_softc *);
132 static void enet_update_evcnt(struct enet_softc *);
138 static void enet_rx_csum(struct enet_softc *, struct ifnet *, struct mbuf *,
153 static void enet_gethwaddr(struct enet_softc *, uint8_t *);
154 static void enet_sethwaddr(struct enet_softc *, uint8_t *);
155 static void enet_setmulti(struct enet_softc *);
157 static int enet_encap_txring(struct enet_softc *, struct mbuf **);
158 static int enet_init_regs(struct enet_softc *, int);
159 static int enet_alloc_ring(struct enet_softc *);
160 static void enet_init_txring(struct enet_softc *);
    [all...]
if_enetvar.h 51 struct enet_softc { struct

Completed in 14 milliseconds