Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_stge.c130 struct stge_softc { struct
131 device_t sc_dev; /* generic device information */
132 bus_space_tag_t sc_st; /* bus space tag */
133 bus_space_handle_t sc_sh; /* bus space handle */
134 bus_dma_tag_t sc_dmat; /* bus DMA tag */
135 struct ethercom sc_ethercom; /* ethernet common data */
136 int sc_rev; /* silicon revision */
138 void *sc_ih; /* interrupt cookie */
140 struct mii_data sc_mii; /* MII/media information */
142 callout_t sc_tick_ch; /* tick callout */
[all …]