Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Ddp8390var.h30 struct dp8390_softc { struct
31 device_t sc_dev;
32 void *sc_ih;
33 int sc_flags; /* interface flags, from config */
35 struct ethercom sc_ec; /* ethernet common */
36 struct mii_data sc_mii; /* MII glue */
38 callout_t sc_tick_ch; /* MII tick callout */
40 bus_space_tag_t sc_regt; /* NIC register space tag */
41 bus_space_handle_t sc_regh; /* NIC register space handle */
42 bus_space_tag_t sc_buft; /* Buffer space tag */
[all …]