Symbol: ep_softc
sys/dev/eisa/if_ep_eisa.c
109
struct ep_softc *sc = (void *)self;
sys/dev/eisa/if_ep_eisa.c
75
sizeof(struct ep_softc), ep_eisa_match, ep_eisa_attach
sys/dev/ic/elink3.c
1089
epstatus(struct ep_softc *sc)
sys/dev/ic/elink3.c
1141
eptxstat(struct ep_softc *sc)
sys/dev/ic/elink3.c
1189
register struct ep_softc *sc = arg;
sys/dev/ic/elink3.c
1236
epread(struct ep_softc *sc)
sys/dev/ic/elink3.c
133
void ep_vortex_probemedia(struct ep_softc *sc);
sys/dev/ic/elink3.c
1332
epget(struct ep_softc *sc, int totlen)
sys/dev/ic/elink3.c
134
void ep_isa_probemedia(struct ep_softc *sc);
sys/dev/ic/elink3.c
136
void eptxstat(struct ep_softc *);
sys/dev/ic/elink3.c
137
int epstatus(struct ep_softc *);
sys/dev/ic/elink3.c
141
void epreset(struct ep_softc *);
sys/dev/ic/elink3.c
1416
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
142
void epread(struct ep_softc *);
sys/dev/ic/elink3.c
143
struct mbuf *epget(struct ep_softc *, int);
sys/dev/ic/elink3.c
145
void epmbufempty(struct ep_softc *);
sys/dev/ic/elink3.c
146
void epsetfilter(struct ep_softc *);
sys/dev/ic/elink3.c
1461
epreset(struct ep_softc *sc)
sys/dev/ic/elink3.c
147
void ep_roadrunner_mii_enable(struct ep_softc *);
sys/dev/ic/elink3.c
1473
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
148
int epsetmedia(struct ep_softc *, int);
sys/dev/ic/elink3.c
1482
epstop(struct ep_softc *sc)
sys/dev/ic/elink3.c
1551
epbusyeeprom(struct ep_softc *sc)
sys/dev/ic/elink3.c
1579
ep_read_eeprom(struct ep_softc *sc, u_int16_t offset)
sys/dev/ic/elink3.c
159
void ep_mii_setbit(struct ep_softc *, u_int16_t);
sys/dev/ic/elink3.c
160
void ep_mii_clrbit(struct ep_softc *, u_int16_t);
sys/dev/ic/elink3.c
1605
struct ep_softc *sc = v;
sys/dev/ic/elink3.c
161
u_int16_t ep_mii_readbit(struct ep_softc *, u_int16_t);
sys/dev/ic/elink3.c
162
void ep_mii_sync(struct ep_softc *);
sys/dev/ic/elink3.c
1623
epmbufempty(struct ep_softc *sc)
sys/dev/ic/elink3.c
163
void ep_mii_sendbits(struct ep_softc *, u_int32_t, int);
sys/dev/ic/elink3.c
1640
ep_mii_setbit(struct ep_softc *sc, u_int16_t bit)
sys/dev/ic/elink3.c
165
int epbusyeeprom(struct ep_softc *);
sys/dev/ic/elink3.c
1651
ep_mii_clrbit(struct ep_softc *sc, u_int16_t bit)
sys/dev/ic/elink3.c
166
u_int16_t ep_read_eeprom(struct ep_softc *, u_int16_t);
sys/dev/ic/elink3.c
1662
ep_mii_readbit(struct ep_softc *sc, u_int16_t bit)
sys/dev/ic/elink3.c
1671
ep_mii_sync(struct ep_softc *sc)
sys/dev/ic/elink3.c
168
static inline void ep_reset_cmd(struct ep_softc *sc, u_int cmd,u_int arg);
sys/dev/ic/elink3.c
1684
ep_mii_sendbits(struct ep_softc *sc, u_int32_t data, int nbits)
sys/dev/ic/elink3.c
1705
struct ep_softc *sc = (struct ep_softc *)self;
sys/dev/ic/elink3.c
171
static __inline int ep_w1_reg(struct ep_softc *, int);
sys/dev/ic/elink3.c
1749
struct ep_softc *sc = (struct ep_softc *)self;
sys/dev/ic/elink3.c
1774
struct ep_softc *sc = (struct ep_softc *)self;
sys/dev/ic/elink3.c
178
ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg)
sys/dev/ic/elink3.c
230
ep_w1_reg(struct ep_softc *sc, int reg)
sys/dev/ic/elink3.c
249
epconfig(struct ep_softc *sc, u_short chipset, u_int8_t *enaddr)
sys/dev/ic/elink3.c
426
struct ep_softc *sc = (struct ep_softc *)self;
sys/dev/ic/elink3.c
451
ep_isa_probemedia(struct ep_softc *sc)
sys/dev/ic/elink3.c
503
ep_vortex_probemedia(struct ep_softc *sc)
sys/dev/ic/elink3.c
568
epinit(struct ep_softc *sc)
sys/dev/ic/elink3.c
673
epsetfilter(struct ep_softc *sc)
sys/dev/ic/elink3.c
688
register struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
697
ep_roadrunner_mii_enable(struct ep_softc *sc)
sys/dev/ic/elink3.c
723
epsetmedia(struct ep_softc *sc, int medium)
sys/dev/ic/elink3.c
872
register struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
940
register struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3var.h
91
void epconfig(struct ep_softc *, u_short, u_int8_t *);
sys/dev/ic/elink3var.h
93
void epstop(struct ep_softc *);
sys/dev/ic/elink3var.h
94
void epinit(struct ep_softc *);
sys/dev/isa/if_ep_isa.c
250
struct ep_softc *sc = (void *)self;
sys/dev/isa/if_ep_isa.c
79
sizeof(struct ep_softc), ep_isa_probe, ep_isa_attach
sys/dev/isa/if_ep_isapnp.c
79
sizeof(struct ep_softc), ep_isapnp_match, ep_isapnp_attach
sys/dev/isa/if_ep_isapnp.c
99
struct ep_softc *sc = (void *)self;
sys/dev/pci/if_ep_pci.c
68
sizeof(struct ep_softc), ep_pci_match, ep_pci_attach
sys/dev/pci/if_ep_pci.c
88
struct ep_softc *sc = (void *)self;
sys/dev/pcmcia/if_ep_pcmcia.c
171
ep_pcmcia_enable(struct ep_softc *sc)
sys/dev/pcmcia/if_ep_pcmcia.c
190
ep_pcmcia_enable1(struct ep_softc *sc)
sys/dev/pcmcia/if_ep_pcmcia.c
219
ep_pcmcia_disable(struct ep_softc *sc)
sys/dev/pcmcia/if_ep_pcmcia.c
228
ep_pcmcia_disable1(struct ep_softc *sc)
sys/dev/pcmcia/if_ep_pcmcia.c
240
struct ep_softc *sc = &psc->sc_ep;
sys/dev/pcmcia/if_ep_pcmcia.c
373
struct ep_softc *esc = &sc->sc_ep;
sys/dev/pcmcia/if_ep_pcmcia.c
91
int ep_pcmcia_enable(struct ep_softc *);
sys/dev/pcmcia/if_ep_pcmcia.c
92
void ep_pcmcia_disable(struct ep_softc *);
sys/dev/pcmcia/if_ep_pcmcia.c
93
void ep_pcmcia_disable1(struct ep_softc *);
sys/dev/pcmcia/if_ep_pcmcia.c
96
int ep_pcmcia_enable1(struct ep_softc *);
sys/dev/pcmcia/if_ep_pcmcia.c
99
struct ep_softc sc_ep; /* real "ep" softc */