Searched defs:admsw_softc (Results 1 – 1 of 1) sorted by relevance
118 struct admsw_softc { struct119 device_t sc_dev; /* generic device information */120 uint8_t sc_enaddr[ETHER_ADDR_LEN];121 bus_dma_tag_t sc_dmat; /* bus DMA tag */122 bus_space_tag_t sc_st; /* bus space tag */123 bus_space_handle_t sc_ioh; /* MAC space handle */124 struct sysmon_wdog sc_smw;125 struct ifmedia sc_ifmedia[SW_DEVS];126 int ndevs; /* number of IFF_RUNNING interfaces */127 struct ethercom sc_ethercom[SW_DEVS]; /* Ethernet common data */[all …]