Symbol: xl_softc
sys/dev/netif/xl/if_xl.c
1019
xl_mediacheck(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
1058
xl_choose_xcvr(struct xl_softc *sc, int verbose)
sys/dev/netif/xl/if_xl.c
1157
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
1555
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
1601
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
1717
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
1779
xl_list_tx_init(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
1804
xl_list_tx_init_90xB(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
1841
xl_list_rx_init(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
1876
xl_newbuf(struct xl_softc *sc, struct xl_chain_onefrag *c, int init)
sys/dev/netif/xl/if_xl.c
1922
xl_rx_resync(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
1948
xl_rxeof(struct xl_softc *sc, int count)
sys/dev/netif/xl/if_xl.c
2072
xl_txeof(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
208
static int xl_newbuf (struct xl_softc *, struct xl_chain_onefrag *,
sys/dev/netif/xl/if_xl.c
212
static int xl_encap (struct xl_softc *, struct xl_chain *,
sys/dev/netif/xl/if_xl.c
2123
xl_txeof_90xB(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
214
static void xl_rxeof (struct xl_softc *, int);
sys/dev/netif/xl/if_xl.c
215
static int xl_rx_resync (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
216
static void xl_txeof (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
2167
xl_txeoc(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
217
static void xl_txeof_90xB (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
218
static void xl_txeoc (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
2240
struct xl_softc *sc = ifp->if_softc;
sys/dev/netif/xl/if_xl.c
226
static void xl_stop (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
2286
struct xl_softc *sc = ifp->if_softc;
sys/dev/netif/xl/if_xl.c
2316
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
233
static void xl_enable_intrs (struct xl_softc *, uint16_t);
sys/dev/netif/xl/if_xl.c
2375
struct xl_softc *sc = xsc;
sys/dev/netif/xl/if_xl.c
238
static int xl_eeprom_wait (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
2385
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
239
static int xl_read_eeprom (struct xl_softc *, caddr_t, int, int, int);
sys/dev/netif/xl/if_xl.c
240
static void xl_mii_sync (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
241
static void xl_mii_send (struct xl_softc *, u_int32_t, int);
sys/dev/netif/xl/if_xl.c
242
static int xl_mii_readreg (struct xl_softc *, struct xl_mii_frame *);
sys/dev/netif/xl/if_xl.c
243
static int xl_mii_writereg (struct xl_softc *, struct xl_mii_frame *);
sys/dev/netif/xl/if_xl.c
2439
xl_encap(struct xl_softc *sc, struct xl_chain *c, struct mbuf *m_head)
sys/dev/netif/xl/if_xl.c
245
static void xl_setcfg (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
246
static void xl_setmode (struct xl_softc *, int);
sys/dev/netif/xl/if_xl.c
247
static void xl_setmulti (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
248
static void xl_setmulti_hash (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
249
static void xl_reset (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
250
static int xl_list_rx_init (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
2500
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
251
static void xl_list_tx_init (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
252
static void xl_list_tx_init_90xB(struct xl_softc *);
sys/dev/netif/xl/if_xl.c
253
static void xl_wait (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
254
static void xl_mediacheck (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
255
static void xl_choose_xcvr (struct xl_softc *, int);
sys/dev/netif/xl/if_xl.c
261
static void xl_testpacket (struct xl_softc *);
sys/dev/netif/xl/if_xl.c
2623
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
2701
struct xl_softc *sc = xsc;
sys/dev/netif/xl/if_xl.c
2927
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
294
sizeof(struct xl_softc)
sys/dev/netif/xl/if_xl.c
2969
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
3034
struct xl_softc *sc = ifp->if_softc;
sys/dev/netif/xl/if_xl.c
306
xl_enable_intrs(struct xl_softc *sc, uint16_t intrs)
sys/dev/netif/xl/if_xl.c
3107
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
3136
xl_stop(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
3208
struct xl_softc *sc = device_get_softc(dev);
sys/dev/netif/xl/if_xl.c
3219
struct xl_softc *sc = device_get_softc(dev);
sys/dev/netif/xl/if_xl.c
3231
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
324
xl_wait(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
360
xl_mii_sync(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
383
xl_mii_send(struct xl_softc *sc, u_int32_t bits, int cnt)
sys/dev/netif/xl/if_xl.c
405
xl_mii_readreg(struct xl_softc *sc, struct xl_mii_frame *frame)
sys/dev/netif/xl/if_xl.c
486
xl_mii_writereg(struct xl_softc *sc, struct xl_mii_frame *frame)
sys/dev/netif/xl/if_xl.c
530
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
557
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
579
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
611
struct xl_softc *sc;
sys/dev/netif/xl/if_xl.c
653
xl_eeprom_wait(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
677
xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/xl/if_xl.c
721
xl_setmulti(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
756
xl_setmulti_hash(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
816
xl_setcfg(struct xl_softc *sc)
sys/dev/netif/xl/if_xl.c
836
xl_setmode(struct xl_softc *sc, int media)
sys/dev/netif/xl/if_xl.c
929
xl_reset(struct xl_softc *sc)