Searched defs:ec_softc (Results 1 – 2 of 2) sorted by relevance
79 struct ec_softc { struct80 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 …]
78 struct ec_softc { struct92 CFATTACH_DECL_NEW(ec, sizeof(struct ec_softc), argument