Searched defs:tulip_softc (Results 1 – 2 of 2) sorted by relevance
328 struct tulip_softc { struct329 device_t sc_dev; /* generic device information */330 bus_space_tag_t sc_st; /* bus space tag */331 bus_space_handle_t sc_sh; /* bus space handle */332 bus_dma_tag_t sc_dmat; /* bus DMA tag */333 struct ethercom sc_ethercom; /* ethernet common data */335 struct tulip_stats sc_stats; /* debugging stats */340 uint8_t *sc_srom;341 int sc_srom_addrbits;346 const struct tulip_mediasw *sc_mediasw;[all …]
4014 void (*get)(struct tulip_softc *, struct ifmediareq *), in tlp_add_srom_media()4015 int (*set)(struct tulip_softc *), const uint8_t *list, in tlp_add_srom_media()