Home
last modified time | relevance | path

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

/freebsd/sys/dev/cas/
H A Dif_casvar.h128 struct cas_softc { struct
129 if_t sc_ifp;
130 struct mtx sc_mtx;
131 device_t sc_miibus;
132 struct mii_data *sc_mii; /* MII media control */
133 device_t sc_dev; /* generic device information */
134 u_char sc_enaddr[ETHER_ADDR_LEN];
135 struct callout sc_tick_ch; /* tick callout */
136 struct callout sc_rx_ch; /* delayed RX callout */
137 struct task sc_intr_task;
[all …]