Lines Matching refs:ep_softc

133 void ep_vortex_probemedia(struct ep_softc *sc);
134 void ep_isa_probemedia(struct ep_softc *sc);
136 void eptxstat(struct ep_softc *);
137 int epstatus(struct ep_softc *);
141 void epreset(struct ep_softc *);
142 void epread(struct ep_softc *);
143 struct mbuf *epget(struct ep_softc *, int);
145 void epmbufempty(struct ep_softc *);
146 void epsetfilter(struct ep_softc *);
147 void ep_roadrunner_mii_enable(struct ep_softc *);
148 int epsetmedia(struct ep_softc *, int);
159 void ep_mii_setbit(struct ep_softc *, u_int16_t);
160 void ep_mii_clrbit(struct ep_softc *, u_int16_t);
161 u_int16_t ep_mii_readbit(struct ep_softc *, u_int16_t);
162 void ep_mii_sync(struct ep_softc *);
163 void ep_mii_sendbits(struct ep_softc *, u_int32_t, int);
165 int epbusyeeprom(struct ep_softc *);
166 u_int16_t ep_read_eeprom(struct ep_softc *, u_int16_t);
168 static inline void ep_reset_cmd(struct ep_softc *sc, u_int cmd,u_int arg);
171 static __inline int ep_w1_reg(struct ep_softc *, int);
178 ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg) in ep_reset_cmd()
230 ep_w1_reg(struct ep_softc *sc, int reg) in ep_w1_reg()
249 epconfig(struct ep_softc *sc, u_short chipset, u_int8_t *enaddr) in epconfig()
426 struct ep_softc *sc = (struct ep_softc *)self; in ep_detach()
451 ep_isa_probemedia(struct ep_softc *sc) in ep_isa_probemedia()
503 ep_vortex_probemedia(struct ep_softc *sc) in ep_vortex_probemedia()
568 epinit(struct ep_softc *sc) in epinit()
673 epsetfilter(struct ep_softc *sc) in epsetfilter()
688 register struct ep_softc *sc = ifp->if_softc; in ep_media_change()
697 ep_roadrunner_mii_enable(struct ep_softc *sc) in ep_roadrunner_mii_enable()
723 epsetmedia(struct ep_softc *sc, int medium) in epsetmedia()
872 register struct ep_softc *sc = ifp->if_softc; in ep_media_status()
940 register struct ep_softc *sc = ifp->if_softc; in epstart()
1089 epstatus(struct ep_softc *sc) in epstatus()
1141 eptxstat(struct ep_softc *sc) in eptxstat()
1189 register struct ep_softc *sc = arg; in epintr()
1236 epread(struct ep_softc *sc) in epread()
1332 epget(struct ep_softc *sc, int totlen) in epget()
1416 struct ep_softc *sc = ifp->if_softc; in epioctl()
1461 epreset(struct ep_softc *sc) in epreset()
1473 struct ep_softc *sc = ifp->if_softc; in epwatchdog()
1482 epstop(struct ep_softc *sc) in epstop()
1551 epbusyeeprom(struct ep_softc *sc) in epbusyeeprom()
1579 ep_read_eeprom(struct ep_softc *sc, u_int16_t offset) in ep_read_eeprom()
1605 struct ep_softc *sc = v; in epmbuffill()
1623 epmbufempty(struct ep_softc *sc) in epmbufempty()
1640 ep_mii_setbit(struct ep_softc *sc, u_int16_t bit) in ep_mii_setbit()
1651 ep_mii_clrbit(struct ep_softc *sc, u_int16_t bit) in ep_mii_clrbit()
1662 ep_mii_readbit(struct ep_softc *sc, u_int16_t bit) in ep_mii_readbit()
1671 ep_mii_sync(struct ep_softc *sc) in ep_mii_sync()
1684 ep_mii_sendbits(struct ep_softc *sc, u_int32_t data, int nbits) in ep_mii_sendbits()
1705 struct ep_softc *sc = (struct ep_softc *)self; in ep_mii_readreg()
1749 struct ep_softc *sc = (struct ep_softc *)self; in ep_mii_writereg()
1774 struct ep_softc *sc = (struct ep_softc *)self; in ep_statchg()