Lines Matching defs:mb86960_softc
123 struct mb86960_softc {
144 void (*init_card)(struct mb86960_softc *);
145 void (*stop_card)(struct mb86960_softc *);
166 int (*sc_enable)(struct mb86960_softc *);
167 void (*sc_disable)(struct mb86960_softc *);
169 int (*sc_mediachange)(struct mb86960_softc *);
170 void (*sc_mediastatus)(struct mb86960_softc *, struct ifmediareq *);
191 void mb86960_attach(struct mb86960_softc *, uint8_t *);
192 void mb86960_config(struct mb86960_softc *, int *, int, int);
194 int mb86960_enable(struct mb86960_softc *);
195 void mb86960_disable(struct mb86960_softc *);
197 int mb86960_detach(struct mb86960_softc *);