Symbol: ep_softc
sys/dev/eisa/if_ep_eisa.c
110
CFATTACH_DECL_NEW(ep_eisa, sizeof(struct ep_softc),
sys/dev/eisa/if_ep_eisa.c
234
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
1048
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
1098
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
1276
epstatus(struct ep_softc *sc)
sys/dev/ic/elink3.c
1320
eptxstat(struct ep_softc *sc)
sys/dev/ic/elink3.c
1365
struct ep_softc *sc = arg;
sys/dev/ic/elink3.c
1441
epread(struct ep_softc *sc)
sys/dev/ic/elink3.c
1532
epget(struct ep_softc *sc, int totlen)
sys/dev/ic/elink3.c
1666
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
1700
epreset(struct ep_softc *sc)
sys/dev/ic/elink3.c
1712
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
1723
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
175
void ep_internalconfig(struct ep_softc *sc);
sys/dev/ic/elink3.c
176
void ep_vortex_probemedia(struct ep_softc *sc);
sys/dev/ic/elink3.c
177
void ep_509_probemedia(struct ep_softc *sc);
sys/dev/ic/elink3.c
1774
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
179
static void eptxstat(struct ep_softc *);
sys/dev/ic/elink3.c
180
static int epstatus(struct ep_softc *);
sys/dev/ic/elink3.c
1818
epbusyeeprom(struct ep_softc *sc)
sys/dev/ic/elink3.c
186
void epreset(struct ep_softc *);
sys/dev/ic/elink3.c
1862
ep_read_eeprom(struct ep_softc *sc, u_int16_t offset)
sys/dev/ic/elink3.c
188
void epread(struct ep_softc *);
sys/dev/ic/elink3.c
189
struct mbuf *epget(struct ep_softc *, int);
sys/dev/ic/elink3.c
1898
struct ep_softc *sc = v;
sys/dev/ic/elink3.c
191
void epmbufempty(struct ep_softc *);
sys/dev/ic/elink3.c
192
void epsetfilter(struct ep_softc *);
sys/dev/ic/elink3.c
1921
epmbufempty(struct ep_softc *sc)
sys/dev/ic/elink3.c
193
void ep_roadrunner_mii_enable(struct ep_softc *);
sys/dev/ic/elink3.c
1936
epenable(struct ep_softc *sc)
sys/dev/ic/elink3.c
194
void epsetmedia(struct ep_softc *);
sys/dev/ic/elink3.c
1951
epdisable(struct ep_softc *sc)
sys/dev/ic/elink3.c
1968
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
1987
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
2019
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
2029
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
2039
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
2054
struct ep_softc *sc = device_private(self);
sys/dev/ic/elink3.c
2069
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
207
static int epbusyeeprom(struct ep_softc *);
sys/dev/ic/elink3.c
208
u_int16_t ep_read_eeprom(struct ep_softc *, u_int16_t);
sys/dev/ic/elink3.c
2087
struct ep_softc *sc = arg;
sys/dev/ic/elink3.c
209
static inline void ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg);
sys/dev/ic/elink3.c
212
static inline int ep_w1_reg(struct ep_softc *, int);
sys/dev/ic/elink3.c
237
ep_w1_reg(struct ep_softc *sc, int reg)
sys/dev/ic/elink3.c
280
ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg)
sys/dev/ic/elink3.c
317
epconfig(struct ep_softc *sc, u_short chipset, u_int8_t *enaddr)
sys/dev/ic/elink3.c
518
ep_internalconfig(struct ep_softc *sc)
sys/dev/ic/elink3.c
562
ep_509_probemedia(struct ep_softc *sc)
sys/dev/ic/elink3.c
626
ep_vortex_probemedia(struct ep_softc *sc)
sys/dev/ic/elink3.c
699
struct ep_softc *sc = arg;
sys/dev/ic/elink3.c
726
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
852
epsetfilter(struct ep_softc *sc)
sys/dev/ic/elink3.c
866
struct ep_softc *sc = ifp->if_softc;
sys/dev/ic/elink3.c
878
ep_roadrunner_mii_enable(struct ep_softc *sc)
sys/dev/ic/elink3.c
901
epsetmedia(struct ep_softc *sc)
sys/dev/ic/elink3var.h
103
int (*enable)(struct ep_softc *);
sys/dev/ic/elink3var.h
104
void (*disable)(struct ep_softc *);
sys/dev/ic/elink3var.h
110
int epconfig(struct ep_softc *, u_short, u_int8_t *);
sys/dev/ic/elink3var.h
114
int epenable(struct ep_softc *);
sys/dev/ic/elink3var.h
115
void epdisable(struct ep_softc *);
sys/dev/isa/if_ep_isa.c
353
struct ep_softc *sc = device_private(self);
sys/dev/isa/if_ep_isa.c
98
CFATTACH_DECL_NEW(ep_isa, sizeof(struct ep_softc),
sys/dev/isapnp/if_ep_isapnp.c
69
CFATTACH_DECL_NEW(ep_isapnp, sizeof(struct ep_softc),
sys/dev/isapnp/if_ep_isapnp.c
86
struct ep_softc *sc = device_private(self);
sys/dev/mca/if_ep_mca.c
105
CFATTACH_DECL_NEW(ep_mca, sizeof(struct ep_softc),
sys/dev/mca/if_ep_mca.c
150
struct ep_softc *sc = device_private(self);
sys/dev/pci/if_ep_pci.c
103
CFATTACH_DECL_NEW(ep_pci, sizeof(struct ep_softc),
sys/dev/pci/if_ep_pci.c
178
struct ep_softc *sc = device_private(self);
sys/dev/pcmcia/if_ep_pcmcia.c
101
void ep_pcmcia_disable1(struct ep_softc *);
sys/dev/pcmcia/if_ep_pcmcia.c
104
struct ep_softc sc_ep; /* real "ep" softc */
sys/dev/pcmcia/if_ep_pcmcia.c
167
ep_pcmcia_enable(struct ep_softc *sc)
sys/dev/pcmcia/if_ep_pcmcia.c
204
ep_pcmcia_disable(struct ep_softc *sc)
sys/dev/pcmcia/if_ep_pcmcia.c
217
struct ep_softc *sc = &psc->sc_ep;
sys/dev/pcmcia/if_ep_pcmcia.c
98
int ep_pcmcia_enable(struct ep_softc *);
sys/dev/pcmcia/if_ep_pcmcia.c
99
void ep_pcmcia_disable(struct ep_softc *);