Searched defs:gem_softc (Results 1 – 1 of 1) sorted by relevance
128 struct gem_softc { struct129 device_t sc_dev; /* generic device information */130 struct ethercom sc_ethercom; /* ethernet common data */131 struct mii_data sc_mii; /* MII media control */132 struct callout sc_tick_ch; /* tick callout */133 struct callout sc_rx_watchdog; /* RX watchdog callout */136 bus_space_tag_t sc_bustag; /* bus tag */137 bus_dma_tag_t sc_dmatag; /* bus dma tag */138 bus_dmamap_t sc_dmamap; /* bus dma handle */139 bus_space_handle_t sc_h1; /* bus space handle for bank 1 regs */[all …]