Searched defs:fxp_softc (Results 1 – 1 of 1) sorted by relevance
166 struct fxp_softc { struct167 device_t sc_dev;168 bus_space_tag_t sc_st; /* bus space tag */169 bus_space_handle_t sc_sh; /* bus space handle */170 bus_size_t sc_size; /* bus space size */171 bus_dma_tag_t sc_dmat; /* bus dma tag */172 struct ethercom sc_ethercom; /* ethernet common part */173 void *sc_ih; /* interrupt handler cookie */175 struct mii_data sc_mii; /* MII/media information */176 struct callout sc_callout; /* MII callout */[all …]