Symbol: xe_softc
sys/dev/pcmcia/if_xe.c
1010
xe_init(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
1036
struct xe_softc *sc = ifp->if_softc;
sys/dev/pcmcia/if_xe.c
1115
struct xe_softc *sc = ifp->if_softc;
sys/dev/pcmcia/if_xe.c
1195
xe_set_address(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
1246
xe_cycle_power(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
1265
xe_full_reset(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
140
struct xe_softc sc_xe; /* Generic device info */
sys/dev/pcmcia/if_xe.c
1416
xe_reg_dump(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
158
void xe_cycle_power(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
159
void xe_full_reset(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
160
void xe_init(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
171
u_int16_t xe_get(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
172
void xe_reset(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
173
void xe_set_address(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
176
void xe_stop(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
179
void xe_reg_dump(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
209
struct xe_softc *sc = &psc->sc_xe;
sys/dev/pcmcia/if_xe.c
425
struct xe_softc *sc = &psc->sc_xe;
sys/dev/pcmcia/if_xe.c
613
struct xe_softc *sc = arg;
sys/dev/pcmcia/if_xe.c
728
xe_get(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
820
static INLINE void xe_mdi_idle(struct xe_softc *);
sys/dev/pcmcia/if_xe.c
822
xe_mdi_idle(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
838
static INLINE void xe_mdi_pulse(struct xe_softc *, int);
sys/dev/pcmcia/if_xe.c
840
xe_mdi_pulse(struct xe_softc *sc, int data)
sys/dev/pcmcia/if_xe.c
857
static INLINE int xe_mdi_probe(struct xe_softc *sc);
sys/dev/pcmcia/if_xe.c
859
xe_mdi_probe(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
879
static INLINE void xe_mdi_pulse_bits(struct xe_softc *, u_int32_t, int);
sys/dev/pcmcia/if_xe.c
881
xe_mdi_pulse_bits(struct xe_softc *sc, u_int32_t data, int len)
sys/dev/pcmcia/if_xe.c
893
struct xe_softc *sc = (struct xe_softc *)self;
sys/dev/pcmcia/if_xe.c
921
struct xe_softc *sc = (struct xe_softc *)self;
sys/dev/pcmcia/if_xe.c
960
struct xe_softc *sc = ifp->if_softc;
sys/dev/pcmcia/if_xe.c
968
xe_reset(struct xe_softc *sc)
sys/dev/pcmcia/if_xe.c
982
struct xe_softc *sc = ifp->if_softc;
sys/dev/pcmcia/if_xe.c
991
xe_stop(struct xe_softc *sc)