Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stgereg.h630 struct stge_softc { struct
631 if_t sc_ifp; /* interface info */
632 device_t sc_dev;
633 device_t sc_miibus;
634 struct resource *sc_res[2];
635 struct resource_spec *sc_spec;
636 void *sc_ih; /* interrupt cookie */
637 int sc_rev; /* silicon revision */
639 struct callout sc_tick_ch; /* tick callout */
641 struct stge_chain_data sc_cdata;
[all …]