Symbol: fxp_softc
sys/dev/cardbus/if_fxp_cardbus.c
106
struct fxp_softc *sc = (struct fxp_softc *) self;
sys/dev/cardbus/if_fxp_cardbus.c
168
fxp_cardbus_setup(struct fxp_softc *sc)
sys/dev/cardbus/if_fxp_cardbus.c
203
struct fxp_softc *sc = (struct fxp_softc *) self;
sys/dev/cardbus/if_fxp_cardbus.c
68
void fxp_cardbus_setup(struct fxp_softc *);
sys/dev/cardbus/if_fxp_cardbus.c
71
struct fxp_softc sc;
sys/dev/ic/fxp.c
1013
fxp_detach(struct fxp_softc *sc)
sys/dev/ic/fxp.c
1041
fxp_stop(struct fxp_softc *sc, int drain, int softonly)
sys/dev/ic/fxp.c
1122
struct fxp_softc *sc = ifp->if_softc;
sys/dev/ic/fxp.c
1134
fxp_scb_cmd(struct fxp_softc *sc, u_int16_t cmd)
sys/dev/ic/fxp.c
1142
struct fxp_softc *sc = xsc;
sys/dev/ic/fxp.c
135
void fxp_eeprom_shiftin(struct fxp_softc *, int, int);
sys/dev/ic/fxp.c
136
void fxp_eeprom_putword(struct fxp_softc *, int, u_int16_t);
sys/dev/ic/fxp.c
137
void fxp_write_eeprom(struct fxp_softc *, u_short *, int, int);
sys/dev/ic/fxp.c
140
void fxp_scb_wait(struct fxp_softc *);
sys/dev/ic/fxp.c
143
void fxp_load_ucode(struct fxp_softc *);
sys/dev/ic/fxp.c
1436
struct fxp_softc *sc = ifp->if_softc;
sys/dev/ic/fxp.c
145
int fxp_add_rfabuf(struct fxp_softc *, struct mbuf *);
sys/dev/ic/fxp.c
1454
struct fxp_softc *sc = ifp->if_softc;
sys/dev/ic/fxp.c
1470
fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm)
sys/dev/ic/fxp.c
148
void fxp_autosize_eeprom(struct fxp_softc *);
sys/dev/ic/fxp.c
150
void fxp_read_eeprom(struct fxp_softc *, u_int16_t *,
sys/dev/ic/fxp.c
153
void fxp_mc_setup(struct fxp_softc *, int);
sys/dev/ic/fxp.c
154
void fxp_scb_cmd(struct fxp_softc *, u_int16_t);
sys/dev/ic/fxp.c
1572
struct fxp_softc *sc = (struct fxp_softc *)self;
sys/dev/ic/fxp.c
1598
struct fxp_softc *sc = (struct fxp_softc *)self;
sys/dev/ic/fxp.c
1616
struct fxp_softc *sc = ifp->if_softc;
sys/dev/ic/fxp.c
1675
fxp_mc_setup(struct fxp_softc *sc, int doit)
sys/dev/ic/fxp.c
1798
fxp_load_ucode(struct fxp_softc *sc)
sys/dev/ic/fxp.c
188
fxp_scb_wait(struct fxp_softc *sc)
sys/dev/ic/fxp.c
199
fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length)
sys/dev/ic/fxp.c
222
fxp_eeprom_putword(struct fxp_softc *sc, int offset, u_int16_t data)
sys/dev/ic/fxp.c
266
fxp_write_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words)
sys/dev/ic/fxp.c
285
struct fxp_softc *sc = (struct fxp_softc *)self;
sys/dev/ic/fxp.c
302
fxp_wakeup(struct fxp_softc *sc)
sys/dev/ic/fxp.c
321
fxp_attach(struct fxp_softc *sc, const char *intrstr)
sys/dev/ic/fxp.c
551
fxp_autosize_eeprom(struct fxp_softc *sc)
sys/dev/ic/fxp.c
600
fxp_read_eeprom(struct fxp_softc *sc, u_short *data, int offset,
sys/dev/ic/fxp.c
667
struct fxp_softc *sc = ifp->if_softc;
sys/dev/ic/fxp.c
767
struct fxp_softc *sc = arg;
sys/dev/ic/fxp.c
933
struct fxp_softc *sc = arg;
sys/dev/ic/fxpvar.h
161
extern int fxp_attach(struct fxp_softc *, const char *);
sys/dev/ic/fxpvar.h
162
void fxp_detach(struct fxp_softc *);
sys/dev/ic/fxpvar.h
164
void fxp_stop(struct fxp_softc *, int, int);
sys/dev/ic/fxpvar.h
166
void fxp_wakeup(struct fxp_softc *);
sys/dev/pci/if_fxp_pci.c
140
struct fxp_softc *sc = &psc->psc_softc;
sys/dev/pci/if_fxp_pci.c
250
struct fxp_softc *sc = &psc->psc_softc;
sys/dev/pci/if_fxp_pci.c
69
struct fxp_softc psc_softc;