OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ex_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
elinkxlvar.h
37
struct
ex_softc
{
struct
111
int (*enable)(struct
ex_softc
*);
112
void (*disable)(struct
ex_softc
*);
116
void (*intr_ack)(struct
ex_softc
*);
134
void ex_config(struct
ex_softc
*);
141
int ex_detach(struct
ex_softc
*);
143
int ex_enable(struct
ex_softc
*);
144
void ex_disable(struct
ex_softc
*);
elinkxl.c
78
void ex_probe_media(struct
ex_softc
*);
79
void ex_set_filter(struct
ex_softc
*);
80
void ex_set_media(struct
ex_softc
*);
81
void ex_set_xcvr(struct
ex_softc
*, uint16_t);
82
struct mbuf *ex_get(struct
ex_softc
*, int);
83
uint16_t ex_read_eeprom(struct
ex_softc
*, int);
85
void ex_read(struct
ex_softc
*);
86
void ex_reset(struct
ex_softc
*);
87
void ex_set_mc(struct
ex_softc
*);
88
void ex_getstats(struct
ex_softc
*);
[
all
...]
/src/sys/dev/cardbus/
if_ex_cardbus.c
83
void ex_cardbus_intr_ack(struct
ex_softc
*);
85
int ex_cardbus_enable(struct
ex_softc
*);
86
void ex_cardbus_disable(struct
ex_softc
*);
89
struct
ex_softc
sc_softc;
215
struct
ex_softc
*sc = &csc->sc_softc;
291
ex_cardbus_intr_ack(struct
ex_softc
*sc)
303
struct
ex_softc
*sc = &csc->sc_softc;
333
ex_cardbus_enable(struct
ex_softc
*sc)
350
ex_cardbus_disable(struct
ex_softc
*sc)
/src/sys/dev/pci/
if_ex_pci.c
68
struct
ex_softc
sc_ex;
93
static void ex_pci_intr_ack(struct
ex_softc
*);
95
static int ex_pci_enable(struct
ex_softc
*);
206
struct
ex_softc
*sc = &psc->sc_ex;
313
ex_pci_intr_ack(struct
ex_softc
*sc)
363
struct
ex_softc
*sc = (void *) psc;
384
ex_pci_enable(struct
ex_softc
*sc)
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025