Searched defs:scx_softc (Results 1 – 1 of 1) sorted by relevance
453 struct scx_softc { struct454 device_t sc_dev; /* generic device information */455 bus_space_tag_t sc_st; /* bus space tag */456 bus_space_handle_t sc_sh; /* bus space handle */457 bus_size_t sc_sz; /* csr map size */458 bus_space_handle_t sc_eesh; /* eeprom section handle */459 bus_size_t sc_eesz; /* eeprom map size */460 bus_dma_tag_t sc_dmat; /* bus DMA tag */461 struct ethercom sc_ethercom; /* Ethernet common data */462 struct mii_data sc_mii; /* MII */[all …]