Symbol: fxp_softc
sys/dev/fxp/if_fxp.c
1054
struct fxp_softc *sc = device_get_softc(dev);
sys/dev/fxp/if_fxp.c
1083
struct fxp_softc *sc = device_get_softc(dev);
sys/dev/fxp/if_fxp.c
1109
fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length)
sys/dev/fxp/if_fxp.c
1139
fxp_eeprom_getword(struct fxp_softc *sc, int offset, int autosize)
sys/dev/fxp/if_fxp.c
1191
fxp_eeprom_putword(struct fxp_softc *sc, int offset, uint16_t data)
sys/dev/fxp/if_fxp.c
1255
fxp_autosize_eeprom(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
1266
fxp_read_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words)
sys/dev/fxp/if_fxp.c
1275
fxp_write_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words)
sys/dev/fxp/if_fxp.c
1284
fxp_load_eeprom(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
1306
struct fxp_softc *sc = if_getsoftc(ifp);
sys/dev/fxp/if_fxp.c
1321
struct fxp_softc *sc = if_getsoftc(ifp);
sys/dev/fxp/if_fxp.c
1380
fxp_encap(struct fxp_softc *sc, struct mbuf **m_head)
sys/dev/fxp/if_fxp.c
1652
struct fxp_softc *sc = if_getsoftc(ifp);
sys/dev/fxp/if_fxp.c
1690
struct fxp_softc *sc = xsc;
sys/dev/fxp/if_fxp.c
1729
fxp_txeof(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
1760
fxp_rxcsum(struct fxp_softc *sc, if_t ifp, struct mbuf *m,
sys/dev/fxp/if_fxp.c
1838
fxp_intr_body(struct fxp_softc *sc, if_t ifp, uint8_t statack,
sys/dev/fxp/if_fxp.c
2004
fxp_update_stats(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
2095
struct fxp_softc *sc = xsc;
sys/dev/fxp/if_fxp.c
2159
fxp_stop(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
2211
fxp_watchdog(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
2235
struct fxp_softc *sc = xsc;
sys/dev/fxp/if_fxp.c
224
static void fxp_rxcsum(struct fxp_softc *sc, if_t ifp,
sys/dev/fxp/if_fxp.c
2247
fxp_init_body(struct fxp_softc *sc, int setmedia)
sys/dev/fxp/if_fxp.c
226
static int fxp_intr_body(struct fxp_softc *sc, if_t ifp,
sys/dev/fxp/if_fxp.c
229
static void fxp_init_body(struct fxp_softc *sc, int);
sys/dev/fxp/if_fxp.c
233
static int fxp_encap(struct fxp_softc *sc, struct mbuf **m_head);
sys/dev/fxp/if_fxp.c
234
static void fxp_txeof(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
235
static void fxp_stop(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
236
static void fxp_release(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
239
static void fxp_watchdog(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
240
static void fxp_add_rfabuf(struct fxp_softc *sc,
sys/dev/fxp/if_fxp.c
242
static void fxp_discard_rfabuf(struct fxp_softc *sc,
sys/dev/fxp/if_fxp.c
244
static int fxp_new_rfabuf(struct fxp_softc *sc,
sys/dev/fxp/if_fxp.c
246
static void fxp_mc_addrs(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
247
static void fxp_mc_setup(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
248
static uint16_t fxp_eeprom_getword(struct fxp_softc *sc, int offset,
sys/dev/fxp/if_fxp.c
250
static void fxp_eeprom_putword(struct fxp_softc *sc, int offset,
sys/dev/fxp/if_fxp.c
252
static void fxp_autosize_eeprom(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
253
static void fxp_load_eeprom(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
254
static void fxp_read_eeprom(struct fxp_softc *sc, u_short *data,
sys/dev/fxp/if_fxp.c
256
static void fxp_write_eeprom(struct fxp_softc *sc, u_short *data,
sys/dev/fxp/if_fxp.c
2570
struct fxp_softc *sc = if_getsoftc(ifp);
sys/dev/fxp/if_fxp.c
2589
struct fxp_softc *sc = if_getsoftc(ifp);
sys/dev/fxp/if_fxp.c
2608
fxp_new_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp)
sys/dev/fxp/if_fxp.c
2670
fxp_add_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp)
sys/dev/fxp/if_fxp.c
268
static void fxp_load_ucode(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
269
static void fxp_update_stats(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
2696
fxp_discard_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp)
sys/dev/fxp/if_fxp.c
270
static void fxp_sysctl_node(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
2737
struct fxp_softc *sc = device_get_softc(dev);
sys/dev/fxp/if_fxp.c
275
static void fxp_scb_wait(struct fxp_softc *sc);
sys/dev/fxp/if_fxp.c
2757
struct fxp_softc *sc = device_get_softc(dev);
sys/dev/fxp/if_fxp.c
276
static void fxp_scb_cmd(struct fxp_softc *sc, int cmd);
sys/dev/fxp/if_fxp.c
277
static void fxp_dma_wait(struct fxp_softc *sc,
sys/dev/fxp/if_fxp.c
2776
struct fxp_softc *sc;
sys/dev/fxp/if_fxp.c
2807
struct fxp_softc *sc = if_getsoftc(ifp);
sys/dev/fxp/if_fxp.c
2951
struct fxp_softc *sc = arg;
sys/dev/fxp/if_fxp.c
2965
fxp_mc_addrs(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
2994
fxp_mc_setup(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
301
sizeof(struct fxp_softc),
sys/dev/fxp/if_fxp.c
3067
fxp_load_ucode(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
3115
fxp_sysctl_node(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
326
fxp_scb_wait(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
347
fxp_scb_cmd(struct fxp_softc *sc, int cmd)
sys/dev/fxp/if_fxp.c
358
fxp_dma_wait(struct fxp_softc *sc, volatile uint16_t *status,
sys/dev/fxp/if_fxp.c
426
struct fxp_softc *sc;
sys/dev/fxp/if_fxp.c
926
fxp_release(struct fxp_softc *sc)
sys/dev/fxp/if_fxp.c
996
struct fxp_softc *sc = device_get_softc(dev);