Searched defs:kse_softc (Results 1 – 1 of 1) sorted by relevance
227 struct kse_softc { struct228 device_t sc_dev; /* generic device information */229 bus_space_tag_t sc_st; /* bus space tag */230 bus_space_handle_t sc_sh; /* bus space handle */231 bus_size_t sc_memsize; /* csr map size */232 bus_dma_tag_t sc_dmat; /* bus DMA tag */233 pci_chipset_tag_t sc_pc; /* PCI chipset tag */234 struct ethercom sc_ethercom; /* Ethernet common data */235 void *sc_ih; /* interrupt cookie */237 struct mii_data sc_mii; /* mii 8841 */[all …]