Lines Matching refs:tulip_softc
180 struct tulip_softc;
186 void (*tmsw_init)(struct tulip_softc *);
187 void (*tmsw_get)(struct tulip_softc *, struct ifmediareq *);
188 int (*tmsw_set)(struct tulip_softc *);
270 void (*tm_get)(struct tulip_softc *, struct ifmediareq *);
271 int (*tm_set)(struct tulip_softc *);
328 struct tulip_softc {
376 void (*sc_reset)(struct tulip_softc *);
379 void (*sc_preinit)(struct tulip_softc *);
382 void (*sc_filter_setup)(struct tulip_softc *);
392 int (*sc_enable)(struct tulip_softc *);
393 void (*sc_disable)(struct tulip_softc *);
394 void (*sc_power)(struct tulip_softc *, int);
582 int tlp_attach(struct tulip_softc *, const uint8_t *);
584 int tlp_detach(struct tulip_softc *);
586 int tlp_read_srom(struct tulip_softc *);
589 int tlp_isv_srom_enaddr(struct tulip_softc *, uint8_t *);
590 int tlp_parse_old_srom(struct tulip_softc *, uint8_t *);
591 void tlp_reset(struct tulip_softc *);
592 void tlp_idle(struct tulip_softc *, uint32_t);
597 void tlp_21140_gpio_get(struct tulip_softc *sc, struct ifmediareq *ifmr);
598 int tlp_21140_gpio_set(struct tulip_softc *sc);