OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_softc
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
elink3var.h
38
struct
ep_softc
{
struct
103
int (*enable)(struct
ep_softc
*);
104
void (*disable)(struct
ep_softc
*);
110
int epconfig(struct
ep_softc
*, u_short, u_int8_t *);
114
int epenable(struct
ep_softc
*);
115
void epdisable(struct
ep_softc
*);
elink3.c
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
*);
[
all
...]
/src/sys/dev/pcmcia/
if_ep_pcmcia.c
98
int ep_pcmcia_enable(struct
ep_softc
*);
99
void ep_pcmcia_disable(struct
ep_softc
*);
101
void ep_pcmcia_disable1(struct
ep_softc
*);
104
struct
ep_softc
sc_ep; /* real "ep" softc */
167
ep_pcmcia_enable(struct
ep_softc
*sc)
204
ep_pcmcia_disable(struct
ep_softc
*sc)
217
struct
ep_softc
*sc = &psc->sc_ep;
/src/sys/dev/isapnp/
if_ep_isapnp.c
69
CFATTACH_DECL_NEW(ep_isapnp, sizeof(struct
ep_softc
),
86
struct
ep_softc
*sc = device_private(self);
/src/sys/dev/mca/
if_ep_mca.c
105
CFATTACH_DECL_NEW(ep_mca, sizeof(struct
ep_softc
),
150
struct
ep_softc
*sc = device_private(self);
/src/sys/dev/pci/
if_ep_pci.c
103
CFATTACH_DECL_NEW(ep_pci, sizeof(struct
ep_softc
),
178
struct
ep_softc
*sc = device_private(self);
/src/sys/dev/eisa/
if_ep_eisa.c
110
CFATTACH_DECL_NEW(ep_eisa, sizeof(struct
ep_softc
),
234
struct
ep_softc
*sc = device_private(self);
/src/sys/dev/isa/
if_ep_isa.c
98
CFATTACH_DECL_NEW(ep_isa, sizeof(struct
ep_softc
),
353
struct
ep_softc
*sc = device_private(self);
Completed in 56 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025