OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dme_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
dm9000var.h
76
struct
dme_softc
{
struct
99
int (*sc_pkt_write)(struct
dme_softc
*, struct mbuf *);
100
int (*sc_pkt_read)(struct
dme_softc
*, struct mbuf **);
113
int dme_attach(struct
dme_softc
*, const uint8_t *);
114
int dme_detach(struct
dme_softc
*);
119
dme_read(struct
dme_softc
*sc, int reg)
126
dme_write(struct
dme_softc
*sc, int reg, uint8_t value)
133
dme_write2(struct
dme_softc
*sc, int reg, uint16_t value)
140
dme_write_c(struct
dme_softc
*sc, int reg, const uint8_t value[], uint count)
148
dme_read_c(struct
dme_softc
*sc, int reg, uint8_t *value, uint count
[
all
...]
dm9000.c
158
static void dme_reset(struct
dme_softc
*);
164
static void dme_set_rcvfilt(struct
dme_softc
*);
166
static void lnkchg(struct
dme_softc
*);
175
static int pkt_read_2(struct
dme_softc
*, struct mbuf **);
176
static int pkt_write_2(struct
dme_softc
*, struct mbuf *);
177
static int pkt_read_1(struct
dme_softc
*, struct mbuf **);
178
static int pkt_write_1(struct
dme_softc
*, struct mbuf *);
188
dme_attach(struct
dme_softc
*sc, const uint8_t *notusedanymore)
323
dme_detach(struct
dme_softc
*sc)
330
dme_reset(struct
dme_softc
*sc
[
all
...]
/src/sys/arch/evbarm/mini2440/
if_dm_mini2440.c
57
CFATTACH_DECL_NEW(dme_ssextio, sizeof(struct
dme_softc
),
67
struct
dme_softc
sc; /* Used to temporarily access the device for
109
struct
dme_softc
*sc = device_private(self);
/src/sys/arch/mips/ingenic/
ingenic_dme.c
55
CFATTACH_DECL_NEW(ingenic_dme, sizeof(struct
dme_softc
),
77
struct
dme_softc
*sc = device_private(self);
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025