Home
last modified time | relevance | path

Searched defs:ec_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sun2/dev/
H A Dif_ec.c79 struct ec_softc { struct
80 device_t sc_dev;
81 void *sc_ih;
83 struct ethercom sc_ethercom; /* ethernet common */
84 struct ifmedia sc_media; /* our supported media */
86 bus_space_tag_t sc_iot; /* bus space tag */
87 bus_space_handle_t sc_ioh; /* bus space handle */
89 bool sc_txbusy;
90 u_char sc_jammed; /* nonzero if the net is jammed */
91 u_char sc_colliding; /* nonzero if the net is colliding */
[all …]
/netbsd-src/sys/dev/isa/
H A Dif_ec.c78 struct ec_softc { struct
92 CFATTACH_DECL_NEW(ec, sizeof(struct ec_softc), argument