Searched defs:ste_softc (Results 1 – 1 of 1) sorted by relevance
118 struct ste_softc { struct119 device_t sc_dev; /* generic device information */120 bus_space_tag_t sc_st; /* bus space tag */121 bus_space_handle_t sc_sh; /* bus space handle */122 bus_dma_tag_t sc_dmat; /* bus DMA tag */123 struct ethercom sc_ethercom; /* ethernet common data */125 void *sc_ih; /* interrupt cookie */127 struct mii_data sc_mii; /* MII/media information */129 callout_t sc_tick_ch; /* tick callout */131 bus_dmamap_t sc_cddmamap; /* control data DMA map */[all …]