Searched defs:mb8795_softc (Results 1 – 1 of 1) sorted by relevance
51 struct mb8795_softc { struct52 device_t sc_dev; /* base device glue */53 struct ethercom sc_ethercom; /* Ethernet common part */55 struct mb8795_glue *sc_glue; /* glue to MD code */57 void *sc_sh; /* shutdownhook cookie */59 int sc_debug;61 bus_space_tag_t sc_bmap_bst; /* bus space tag */63 bus_space_handle_t sc_bmap_bsh; /* bus space handle */65 uint8_t sc_enaddr[6];67 struct ifaltq sc_tx_snd;[all …]