Searched defs:gem_softc (Results 1 – 1 of 1) sorted by relevance
106 struct gem_softc { struct107 if_t sc_ifp;108 struct mtx sc_mtx;109 device_t sc_miibus;110 struct mii_data *sc_mii; /* MII media control */111 device_t sc_dev; /* generic device information */112 u_char sc_enaddr[ETHER_ADDR_LEN];113 struct callout sc_tick_ch; /* tick callout */114 struct callout sc_rx_ch; /* delayed RX callout */115 u_int sc_wdog_timer; /* watchdog timer */[all …]