Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/marvell/
H A Dif_mvxpevar.h389 struct mvxpe_softc { struct
390 device_t sc_dev;
391 int sc_port;
392 uint32_t sc_version;
399 kmutex_t sc_mtx;
404 struct ethercom sc_ethercom;
405 struct mii_data sc_mii;
406 u_int8_t sc_enaddr[ETHER_ADDR_LEN]; /* station addr */
407 u_short sc_if_flags;
408 int sc_wdogsoft;
[all …]