Lines Matching defs:ec_softc
79 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 */
92 uint32_t sc_backoff_seed; /* seed for the backoff PRNG */
94 krndsource_t rnd_source;