Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/gem/
Dif_gemvar.h108 struct gem_softc { struct
109 struct ifnet *sc_ifp;
110 struct mtx sc_mtx;
111 device_t sc_miibus;
112 struct mii_data *sc_mii; /* MII media control */
113 device_t sc_dev; /* generic device information */
114 u_char sc_enaddr[ETHER_ADDR_LEN];
115 struct callout sc_tick_ch; /* tick callout */
116 struct callout sc_rx_ch; /* delayed RX callout */
117 u_int sc_wdog_timer; /* watchdog timer */
[all …]