Lines Matching refs:ep_softc
175 void ep_internalconfig(struct ep_softc *sc);
176 void ep_vortex_probemedia(struct ep_softc *sc);
177 void ep_509_probemedia(struct ep_softc *sc);
179 static void eptxstat(struct ep_softc *);
180 static int epstatus(struct ep_softc *);
186 void epreset(struct ep_softc *);
188 void epread(struct ep_softc *);
189 struct mbuf *epget(struct ep_softc *, int);
191 void epmbufempty(struct ep_softc *);
192 void epsetfilter(struct ep_softc *);
193 void ep_roadrunner_mii_enable(struct ep_softc *);
194 void epsetmedia(struct ep_softc *);
207 static int epbusyeeprom(struct ep_softc *);
208 u_int16_t ep_read_eeprom(struct ep_softc *, u_int16_t);
209 static inline void ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg);
212 static inline int ep_w1_reg(struct ep_softc *, int);
237 ep_w1_reg(struct ep_softc *sc, int reg)
280 ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg)
317 epconfig(struct ep_softc *sc, u_short chipset, u_int8_t *enaddr)
518 ep_internalconfig(struct ep_softc *sc)
562 ep_509_probemedia(struct ep_softc *sc)
626 ep_vortex_probemedia(struct ep_softc *sc)
699 struct ep_softc *sc = arg;
726 struct ep_softc *sc = ifp->if_softc;
852 epsetfilter(struct ep_softc *sc)
866 struct ep_softc *sc = ifp->if_softc;
878 ep_roadrunner_mii_enable(struct ep_softc *sc)
901 epsetmedia(struct ep_softc *sc)
1048 struct ep_softc *sc = ifp->if_softc;
1098 struct ep_softc *sc = ifp->if_softc;
1276 epstatus(struct ep_softc *sc)
1320 eptxstat(struct ep_softc *sc)
1365 struct ep_softc *sc = arg;
1441 epread(struct ep_softc *sc)
1532 epget(struct ep_softc *sc, int totlen)
1666 struct ep_softc *sc = ifp->if_softc;
1700 epreset(struct ep_softc *sc)
1712 struct ep_softc *sc = ifp->if_softc;
1723 struct ep_softc *sc = ifp->if_softc;
1774 struct ep_softc *sc = device_private(self);
1818 epbusyeeprom(struct ep_softc *sc)
1862 ep_read_eeprom(struct ep_softc *sc, u_int16_t offset)
1898 struct ep_softc *sc = v;
1921 epmbufempty(struct ep_softc *sc)
1936 epenable(struct ep_softc *sc)
1951 epdisable(struct ep_softc *sc)
1968 struct ep_softc *sc = device_private(self);
1987 struct ep_softc *sc = device_private(self);
2019 struct ep_softc *sc = device_private(self);
2029 struct ep_softc *sc = device_private(self);
2039 struct ep_softc *sc = device_private(self);
2054 struct ep_softc *sc = device_private(self);
2069 struct ep_softc *sc = ifp->if_softc;
2087 struct ep_softc *sc = arg;