Searched defs:cnw_softc (Results 1 – 1 of 1) sorted by relevance
182 struct cnw_softc { struct183 device_t sc_dev; /* Device glue (must be first) */184 struct ethercom sc_ethercom; /* Ethernet common part */185 int sc_domain; /* Netwave domain */186 int sc_skey; /* Netwave scramble key */187 struct cnwstats sc_stats;213 CFATTACH_DECL_NEW(cnw, sizeof(struct cnw_softc), argument