Symbol: xl_softc
sys/dev/xl/if_xl.c
1064
struct xl_softc *sc;
sys/dev/xl/if_xl.c
1486
xl_choose_media(struct xl_softc *sc, int *media)
sys/dev/xl/if_xl.c
1542
struct xl_softc *sc;
sys/dev/xl/if_xl.c
1617
xl_list_tx_init(struct xl_softc *sc)
sys/dev/xl/if_xl.c
1652
xl_list_tx_init_90xB(struct xl_softc *sc)
sys/dev/xl/if_xl.c
1699
xl_list_rx_init(struct xl_softc *sc)
sys/dev/xl/if_xl.c
1742
xl_newbuf(struct xl_softc *sc, struct xl_chain_onefrag *c)
sys/dev/xl/if_xl.c
1784
xl_rx_resync(struct xl_softc *sc)
sys/dev/xl/if_xl.c
1812
xl_rxeof(struct xl_softc *sc)
sys/dev/xl/if_xl.c
1961
struct xl_softc *sc = (struct xl_softc *)arg;
sys/dev/xl/if_xl.c
1974
xl_txeof(struct xl_softc *sc)
sys/dev/xl/if_xl.c
2023
xl_txeof_90xB(struct xl_softc *sc)
sys/dev/xl/if_xl.c
2069
xl_txeoc(struct xl_softc *sc)
sys/dev/xl/if_xl.c
2136
struct xl_softc *sc = arg;
sys/dev/xl/if_xl.c
2202
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
2215
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
2263
struct xl_softc *sc = xsc;
sys/dev/xl/if_xl.c
2281
xl_stats_update(struct xl_softc *sc)
sys/dev/xl/if_xl.c
230
static int xl_newbuf(struct xl_softc *, struct xl_chain_onefrag *);
sys/dev/xl/if_xl.c
232
static void xl_stats_update(struct xl_softc *);
sys/dev/xl/if_xl.c
2323
xl_encap(struct xl_softc *sc, struct xl_chain *c, struct mbuf **m_head)
sys/dev/xl/if_xl.c
233
static int xl_encap(struct xl_softc *, struct xl_chain *, struct mbuf **);
sys/dev/xl/if_xl.c
234
static int xl_rxeof(struct xl_softc *);
sys/dev/xl/if_xl.c
236
static int xl_rx_resync(struct xl_softc *);
sys/dev/xl/if_xl.c
237
static void xl_txeof(struct xl_softc *);
sys/dev/xl/if_xl.c
238
static void xl_txeof_90xB(struct xl_softc *);
sys/dev/xl/if_xl.c
239
static void xl_txeoc(struct xl_softc *);
sys/dev/xl/if_xl.c
2420
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
2435
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
246
static void xl_init_locked(struct xl_softc *);
sys/dev/xl/if_xl.c
247
static void xl_stop(struct xl_softc *);
sys/dev/xl/if_xl.c
248
static int xl_watchdog(struct xl_softc *);
sys/dev/xl/if_xl.c
252
static void xl_setwol(struct xl_softc *);
sys/dev/xl/if_xl.c
2567
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
262
static int xl_eeprom_wait(struct xl_softc *);
sys/dev/xl/if_xl.c
263
static int xl_read_eeprom(struct xl_softc *, caddr_t, int, int, int);
sys/dev/xl/if_xl.c
265
static void xl_rxfilter(struct xl_softc *);
sys/dev/xl/if_xl.c
2652
struct xl_softc *sc = xsc;
sys/dev/xl/if_xl.c
266
static void xl_rxfilter_90x(struct xl_softc *);
sys/dev/xl/if_xl.c
2660
xl_init_locked(struct xl_softc *sc)
sys/dev/xl/if_xl.c
267
static void xl_rxfilter_90xB(struct xl_softc *);
sys/dev/xl/if_xl.c
268
static void xl_setcfg(struct xl_softc *);
sys/dev/xl/if_xl.c
269
static void xl_setmode(struct xl_softc *, int);
sys/dev/xl/if_xl.c
270
static void xl_reset(struct xl_softc *);
sys/dev/xl/if_xl.c
271
static int xl_list_rx_init(struct xl_softc *);
sys/dev/xl/if_xl.c
272
static int xl_list_tx_init(struct xl_softc *);
sys/dev/xl/if_xl.c
273
static int xl_list_tx_init_90xB(struct xl_softc *);
sys/dev/xl/if_xl.c
274
static void xl_wait(struct xl_softc *);
sys/dev/xl/if_xl.c
275
static void xl_mediacheck(struct xl_softc *);
sys/dev/xl/if_xl.c
276
static void xl_choose_media(struct xl_softc *sc, int *media);
sys/dev/xl/if_xl.c
277
static void xl_choose_xcvr(struct xl_softc *, int);
sys/dev/xl/if_xl.c
280
static void xl_testpacket(struct xl_softc *);
sys/dev/xl/if_xl.c
2870
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
2913
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
2985
struct xl_softc *sc = if_getsoftc(ifp);
sys/dev/xl/if_xl.c
3082
xl_watchdog(struct xl_softc *sc)
sys/dev/xl/if_xl.c
3138
xl_stop(struct xl_softc *sc)
sys/dev/xl/if_xl.c
3220
struct xl_softc *sc;
sys/dev/xl/if_xl.c
3235
struct xl_softc *sc;
sys/dev/xl/if_xl.c
3254
xl_setwol(struct xl_softc *sc)
sys/dev/xl/if_xl.c
327
sizeof(struct xl_softc)
sys/dev/xl/if_xl.c
353
xl_wait(struct xl_softc *sc)
sys/dev/xl/if_xl.c
382
struct xl_softc *sc;
sys/dev/xl/if_xl.c
401
struct xl_softc *sc;
sys/dev/xl/if_xl.c
414
struct xl_softc *sc;
sys/dev/xl/if_xl.c
427
struct xl_softc *sc;
sys/dev/xl/if_xl.c
442
struct xl_softc *sc;
sys/dev/xl/if_xl.c
484
struct xl_softc *sc;
sys/dev/xl/if_xl.c
525
xl_eeprom_wait(struct xl_softc *sc)
sys/dev/xl/if_xl.c
549
xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/xl/if_xl.c
591
xl_rxfilter(struct xl_softc *sc)
sys/dev/xl/if_xl.c
615
xl_rxfilter_90x(struct xl_softc *sc)
sys/dev/xl/if_xl.c
664
struct xl_softc *sc = arg;
sys/dev/xl/if_xl.c
674
xl_rxfilter_90xB(struct xl_softc *sc)
sys/dev/xl/if_xl.c
717
xl_setcfg(struct xl_softc *sc)
sys/dev/xl/if_xl.c
737
xl_setmode(struct xl_softc *sc, int media)
sys/dev/xl/if_xl.c
833
xl_reset(struct xl_softc *sc)
sys/dev/xl/if_xl.c
927
xl_mediacheck(struct xl_softc *sc)
sys/dev/xl/if_xl.c
965
xl_choose_xcvr(struct xl_softc *sc, int verbose)