Home
last modified time | relevance | path

Searched refs:enet_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/imx/
H A Dif_enet.c131 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 …]
H A Dif_enetvar.h51 struct enet_softc { struct
/netbsd-src/sys/arch/arm/nxp/
H A Dif_enet_imx.c44 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; in enet_attach()
183 enet_intr_establish(struct enet_softc *sc, int phandle, u_int index) in enet_intr_establish()
210 enet_init_clocks(struct enet_softc *sc) in enet_init_clocks()
260 enet_phy_id(struct enet_softc *sc, const int phandle) in enet_phy_id()