Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/marvell/
H A Dif_gfevar.h130 struct gfe_softc { struct
131 device_t sc_dev; /* must be first */
132 struct ethercom sc_ec; /* common ethernet glue */
133 struct callout sc_co; /* resource recovery */
134 mii_data_t sc_mii; /* mii interface */
136 bus_space_tag_t sc_memt;
137 bus_space_handle_t sc_memh; /* subregion for ethernet */
138 bus_dma_tag_t sc_dmat;
139 int sc_macno; /* which mac? 0, 1, or 2 */
141 unsigned int sc_tickflags;
[all …]