Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsmc83c170var.h95 struct epic_softc { struct
96 device_t sc_dev; /* generic device information */
97 bus_space_tag_t sc_st; /* bus space tag */
98 bus_space_handle_t sc_sh; /* bus space handle */
99 bus_dma_tag_t sc_dmat; /* bus DMA tag */
100 struct ethercom sc_ethercom; /* ethernet common data */
102 int sc_hwflags; /* info about board */
107 struct mii_data sc_mii; /* MII/media information */
108 struct callout sc_mii_callout; /* MII callout */
110 bus_dmamap_t sc_cddmamap; /* control data DMA map */
[all …]