Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic6915var.h114 struct sf_softc { struct
115 device_t sc_dev; /* generic device information */
116 bus_space_tag_t sc_st; /* bus space tag */
117 bus_space_handle_t sc_sh; /* bus space handle */
118 bus_space_handle_t sc_sh_func; /* sub-handle for func regs */
119 bus_dma_tag_t sc_dmat; /* bus DMA tag */
120 struct ethercom sc_ethercom; /* ethernet common data */
121 int sc_iomapped; /* are we I/O mapped? */
123 struct mii_data sc_mii; /* MII/media information */
124 struct callout sc_tick_callout; /* MII callout */
[all …]