Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/stge/
H A Dif_stgevar.h120 struct stge_softc { struct
121 struct arpcom arpcom;
122 device_t sc_dev;
123 device_t sc_miibus;
125 bus_space_handle_t sc_bhandle; /* bus space handle */
126 bus_space_tag_t sc_btag; /* bus space tag */
127 int sc_res_rid;
128 int sc_res_type;
129 struct resource *sc_res;
131 int sc_irq_rid;
[all …]