Searched defs:epic_softc (Results 1 – 1 of 1) sorted by relevance
96 struct epic_softc { struct97 struct device sc_dev; /* generic device information */98 bus_space_tag_t sc_st; /* bus space tag */99 bus_space_handle_t sc_sh; /* bus space handle */100 bus_dma_tag_t sc_dmat; /* bus DMA tag */101 struct arpcom sc_arpcom; /* ethernet common data */103 int sc_hwflags; /* info about board */108 struct mii_data sc_mii; /* MII/media information */109 struct timeout sc_mii_timeout; /* MII timeout */111 bus_dmamap_t sc_cddmamap; /* control data DMA map */[all …]