Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/sibyte/dev/
H A Dsbmac.c165 struct sbmac_softc { struct
170 struct ethercom sc_ethercom; /* Ethernet common part */
171 struct mii_data sc_mii;
172 struct callout sc_tick_ch;
174 device_t sc_dev; /* device */
175 u_short sbm_if_flags;
176 void *sbm_intrhand;
182 sbmac_port_t sbm_base; /* MAC's base address */
183 sbmac_state_t sbm_state; /* current state */
185 sbmac_port_t sbm_macenable; /* MAC Enable Register */
[all …]