Symbol: xl_softc
sys/dev/cardbus/if_xl_cardbus.c
177
struct xl_softc *sc = &csc->sc_softc;
sys/dev/cardbus/if_xl_cardbus.c
276
struct xl_softc *sc = &csc->sc_softc;
sys/dev/cardbus/if_xl_cardbus.c
291
xl_cardbus_intr_ack(struct xl_softc *sc)
sys/dev/cardbus/if_xl_cardbus.c
65
void xl_cardbus_intr_ack(struct xl_softc *);
sys/dev/cardbus/if_xl_cardbus.c
74
struct xl_softc sc_softc;
sys/dev/ic/xl.c
1022
xl_list_rx_init(struct xl_softc *sc)
sys/dev/ic/xl.c
1052
xl_fill_rx_ring(struct xl_softc *sc)
sys/dev/ic/xl.c
1072
xl_newbuf(struct xl_softc *sc, struct xl_chain_onefrag *c)
sys/dev/ic/xl.c
1124
xl_rxeof(struct xl_softc *sc)
sys/dev/ic/xl.c
1241
xl_txeof(struct xl_softc *sc)
sys/dev/ic/xl.c
1302
xl_txeof_90xB(struct xl_softc *sc)
sys/dev/ic/xl.c
1348
xl_txeoc(struct xl_softc *sc)
sys/dev/ic/xl.c
141
int xl_newbuf(struct xl_softc *, struct xl_chain_onefrag *);
sys/dev/ic/xl.c
1417
struct xl_softc *sc;
sys/dev/ic/xl.c
143
int xl_encap(struct xl_softc *, struct xl_chain *,
sys/dev/ic/xl.c
145
void xl_rxeof(struct xl_softc *);
sys/dev/ic/xl.c
146
void xl_txeof(struct xl_softc *);
sys/dev/ic/xl.c
147
void xl_txeof_90xB(struct xl_softc *);
sys/dev/ic/xl.c
1472
struct xl_softc *sc;
sys/dev/ic/xl.c
148
void xl_txeoc(struct xl_softc *);
sys/dev/ic/xl.c
1523
xl_encap(struct xl_softc *sc, struct xl_chain *c, struct mbuf *m_head)
sys/dev/ic/xl.c
153
void xl_freetxrx(struct xl_softc *);
sys/dev/ic/xl.c
158
int xl_eeprom_wait(struct xl_softc *);
sys/dev/ic/xl.c
159
int xl_read_eeprom(struct xl_softc *, caddr_t, int, int, int);
sys/dev/ic/xl.c
160
void xl_mii_sync(struct xl_softc *);
sys/dev/ic/xl.c
161
void xl_mii_send(struct xl_softc *, u_int32_t, int);
sys/dev/ic/xl.c
162
int xl_mii_readreg(struct xl_softc *, struct xl_mii_frame *);
sys/dev/ic/xl.c
163
int xl_mii_writereg(struct xl_softc *, struct xl_mii_frame *);
sys/dev/ic/xl.c
1636
struct xl_softc *sc;
sys/dev/ic/xl.c
165
void xl_setcfg(struct xl_softc *);
sys/dev/ic/xl.c
166
void xl_setmode(struct xl_softc *, uint64_t);
sys/dev/ic/xl.c
167
void xl_iff(struct xl_softc *);
sys/dev/ic/xl.c
168
void xl_iff_90x(struct xl_softc *);
sys/dev/ic/xl.c
169
void xl_iff_905b(struct xl_softc *);
sys/dev/ic/xl.c
170
int xl_list_rx_init(struct xl_softc *);
sys/dev/ic/xl.c
171
void xl_fill_rx_ring(struct xl_softc *);
sys/dev/ic/xl.c
172
int xl_list_tx_init(struct xl_softc *);
sys/dev/ic/xl.c
173
int xl_list_tx_init_90xB(struct xl_softc *);
sys/dev/ic/xl.c
174
void xl_wait(struct xl_softc *);
sys/dev/ic/xl.c
175
void xl_mediacheck(struct xl_softc *);
sys/dev/ic/xl.c
176
void xl_choose_xcvr(struct xl_softc *, int);
sys/dev/ic/xl.c
1768
struct xl_softc *sc;
sys/dev/ic/xl.c
183
void xl_wol_power(struct xl_softc *);
sys/dev/ic/xl.c
1850
struct xl_softc *sc = xsc;
sys/dev/ic/xl.c
189
struct xl_softc *sc = (struct xl_softc *)self;
sys/dev/ic/xl.c
2042
struct xl_softc *sc;
sys/dev/ic/xl.c
2083
struct xl_softc *sc;
sys/dev/ic/xl.c
2152
struct xl_softc *sc = ifp->if_softc;
sys/dev/ic/xl.c
219
xl_wait(struct xl_softc *sc)
sys/dev/ic/xl.c
2212
struct xl_softc *sc;
sys/dev/ic/xl.c
2235
xl_freetxrx(struct xl_softc *sc)
sys/dev/ic/xl.c
2281
xl_stop(struct xl_softc *sc)
sys/dev/ic/xl.c
2322
xl_wol_power(struct xl_softc *sc)
sys/dev/ic/xl.c
2334
xl_attach(struct xl_softc *sc)
sys/dev/ic/xl.c
253
xl_mii_sync(struct xl_softc *sc)
sys/dev/ic/xl.c
2613
xl_detach(struct xl_softc *sc)
sys/dev/ic/xl.c
2616
extern void xl_freetxrx(struct xl_softc *);
sys/dev/ic/xl.c
2640
struct xl_softc *sc = ifp->if_softc;
sys/dev/ic/xl.c
274
xl_mii_send(struct xl_softc *sc, u_int32_t bits, int cnt)
sys/dev/ic/xl.c
296
xl_mii_readreg(struct xl_softc *sc, struct xl_mii_frame *frame)
sys/dev/ic/xl.c
381
xl_mii_writereg(struct xl_softc *sc, struct xl_mii_frame *frame)
sys/dev/ic/xl.c
431
struct xl_softc *sc = (struct xl_softc *)self;
sys/dev/ic/xl.c
449
struct xl_softc *sc = (struct xl_softc *)self;
sys/dev/ic/xl.c
467
struct xl_softc *sc = (struct xl_softc *)self;
sys/dev/ic/xl.c
485
xl_eeprom_wait(struct xl_softc *sc)
sys/dev/ic/xl.c
509
xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/ic/xl.c
549
xl_iff(struct xl_softc *sc)
sys/dev/ic/xl.c
562
xl_iff_90x(struct xl_softc *sc)
sys/dev/ic/xl.c
598
xl_iff_905b(struct xl_softc *sc)
sys/dev/ic/xl.c
652
xl_setcfg(struct xl_softc *sc)
sys/dev/ic/xl.c
670
xl_setmode(struct xl_softc *sc, uint64_t media)
sys/dev/ic/xl.c
759
xl_reset(struct xl_softc *sc)
sys/dev/ic/xl.c
824
xl_mediacheck(struct xl_softc *sc)
sys/dev/ic/xl.c
861
xl_choose_xcvr(struct xl_softc *sc, int verbose)
sys/dev/ic/xl.c
955
xl_list_tx_init(struct xl_softc *sc)
sys/dev/ic/xl.c
981
xl_list_tx_init_90xB(struct xl_softc *sc)
sys/dev/ic/xlreg.h
606
void (*intr_ack)(struct xl_softc *);
sys/dev/ic/xlreg.h
761
extern void xl_attach(struct xl_softc *);
sys/dev/ic/xlreg.h
762
extern int xl_detach(struct xl_softc *);
sys/dev/ic/xlreg.h
764
void xl_stop(struct xl_softc *);
sys/dev/ic/xlreg.h
765
void xl_reset(struct xl_softc *);
sys/dev/pci/if_xl_pci.c
133
struct xl_softc *sc = &psc->psc_softc;
sys/dev/pci/if_xl_pci.c
285
struct xl_softc *sc = &psc->psc_softc;
sys/dev/pci/if_xl_pci.c
299
xl_pci_intr_ack(struct xl_softc *sc)
sys/dev/pci/if_xl_pci.c
73
void xl_pci_intr_ack(struct xl_softc *);
sys/dev/pci/if_xl_pci.c
79
struct xl_softc psc_softc;