Searched defs:dge_softc (Results 1 – 1 of 1) sorted by relevance
246 struct dge_softc { struct247 device_t sc_dev; /* generic device information */248 bus_space_tag_t sc_st; /* bus space tag */249 bus_space_handle_t sc_sh; /* bus space handle */250 bus_dma_tag_t sc_dmat; /* bus DMA tag */251 struct ethercom sc_ethercom; /* ethernet common data */253 int sc_flags; /* flags; see below */254 int sc_bus_speed; /* PCI/PCIX bus speed */255 int sc_pcix_offset; /* PCIX capability register offset */257 const struct dge_product *sc_dgep; /* Pointer to the dge_product entry */[all …]