Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cas/
HDif_casvar.h132 struct cas_softc { struct
133 struct ifnet *sc_ifp;
134 struct mtx sc_mtx;
135 device_t sc_miibus;
136 struct mii_data *sc_mii; /* MII media control */
137 device_t sc_dev; /* generic device information */
138 u_char sc_enaddr[ETHER_ADDR_LEN];
139 struct callout sc_tick_ch; /* tick callout */
140 struct callout sc_rx_ch; /* delayed RX callout */
141 struct task sc_intr_task;
[all …]