Symbol: rl_softc
sys/dev/cardbus/if_re_cardbus.c
161
re_cardbus_setup(struct rl_softc *sc)
sys/dev/cardbus/if_re_cardbus.c
228
struct rl_softc *sc = &csc->sc_rl;
sys/dev/cardbus/if_re_cardbus.c
46
struct rl_softc sc_rl;
sys/dev/cardbus/if_re_cardbus.c
64
void re_cardbus_setup(struct rl_softc *);
sys/dev/cardbus/if_re_cardbus.c
99
struct rl_softc *sc = &csc->sc_rl;
sys/dev/cardbus/if_rl_cardbus.c
127
struct rl_softc *sc = &csc->sc_rl;
sys/dev/cardbus/if_rl_cardbus.c
194
struct rl_softc *sc = &csc->sc_rl;
sys/dev/cardbus/if_rl_cardbus.c
224
struct rl_softc *sc = &csc->sc_rl;
sys/dev/cardbus/if_rl_cardbus.c
90
struct rl_softc sc_rl; /* real rtk softc */
sys/dev/ic/re.c
1135
re_detach(struct rl_softc *sc)
sys/dev/ic/re.c
1157
re_newbuf(struct rl_softc *sc)
sys/dev/ic/re.c
1222
re_tx_list_init(struct rl_softc *sc)
sys/dev/ic/re.c
1244
re_rx_list_init(struct rl_softc *sc)
sys/dev/ic/re.c
1260
re_rx_list_fill(struct rl_softc *sc)
sys/dev/ic/re.c
1279
re_rxeof(struct rl_softc *sc)
sys/dev/ic/re.c
1451
re_txeof(struct rl_softc *sc)
sys/dev/ic/re.c
1515
struct rl_softc *sc = xsc;
sys/dev/ic/re.c
1536
struct rl_softc *sc = arg;
sys/dev/ic/re.c
160
int re_encap(struct rl_softc *, unsigned int, struct mbuf *);
sys/dev/ic/re.c
1614
re_encap(struct rl_softc *sc, unsigned int idx, struct mbuf *m)
sys/dev/ic/re.c
162
int re_newbuf(struct rl_softc *);
sys/dev/ic/re.c
163
int re_rx_list_init(struct rl_softc *);
sys/dev/ic/re.c
164
void re_rx_list_fill(struct rl_softc *);
sys/dev/ic/re.c
165
int re_tx_list_init(struct rl_softc *);
sys/dev/ic/re.c
166
int re_rxeof(struct rl_softc *);
sys/dev/ic/re.c
167
int re_txeof(struct rl_softc *);
sys/dev/ic/re.c
176
void re_set_jumbo(struct rl_softc *);
sys/dev/ic/re.c
178
void re_eeprom_putbyte(struct rl_softc *, int);
sys/dev/ic/re.c
179
void re_eeprom_getword(struct rl_softc *, int, u_int16_t *);
sys/dev/ic/re.c
180
void re_read_eeprom(struct rl_softc *, caddr_t, int, int);
sys/dev/ic/re.c
1808
struct rl_softc *sc = xsc;
sys/dev/ic/re.c
1821
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/re.c
1880
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/re.c
189
void re_iff(struct rl_softc *);
sys/dev/ic/re.c
191
void re_setup_hw_im(struct rl_softc *);
sys/dev/ic/re.c
192
void re_setup_sim_im(struct rl_softc *);
sys/dev/ic/re.c
193
void re_disable_hw_im(struct rl_softc *);
sys/dev/ic/re.c
194
void re_disable_sim_im(struct rl_softc *);
sys/dev/ic/re.c
195
void re_config_imtype(struct rl_softc *, int);
sys/dev/ic/re.c
196
void re_setup_intr(struct rl_softc *, int, int);
sys/dev/ic/re.c
201
void re_kstat_attach(struct rl_softc *);
sys/dev/ic/re.c
202
void re_kstat_detach(struct rl_softc *);
sys/dev/ic/re.c
2036
struct rl_softc *sc;
sys/dev/ic/re.c
2049
struct rl_softc *sc;
sys/dev/ic/re.c
2061
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/re.c
2109
struct rl_softc *sc;
sys/dev/ic/re.c
2128
struct rl_softc *sc;
sys/dev/ic/re.c
2214
re_setup_hw_im(struct rl_softc *sc)
sys/dev/ic/re.c
2249
re_disable_hw_im(struct rl_softc *sc)
sys/dev/ic/re.c
2256
re_setup_sim_im(struct rl_softc *sc)
sys/dev/ic/re.c
2276
re_disable_sim_im(struct rl_softc *sc)
sys/dev/ic/re.c
2286
re_config_imtype(struct rl_softc *sc, int imtype)
sys/dev/ic/re.c
2312
re_set_jumbo(struct rl_softc *sc)
sys/dev/ic/re.c
2335
re_setup_intr(struct rl_softc *sc, int enable_intrs, int imtype)
sys/dev/ic/re.c
2371
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/re.c
2482
struct rl_softc *sc = ks->ks_softc;
sys/dev/ic/re.c
2559
re_kstat_attach(struct rl_softc *sc)
sys/dev/ic/re.c
2644
re_kstat_detach(struct rl_softc *sc)
sys/dev/ic/re.c
286
re_eeprom_putbyte(struct rl_softc *sc, int addr)
sys/dev/ic/re.c
313
re_eeprom_getword(struct rl_softc *sc, int addr, u_int16_t *dest)
sys/dev/ic/re.c
342
re_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt)
sys/dev/ic/re.c
365
struct rl_softc *sc = (struct rl_softc *)self;
sys/dev/ic/re.c
401
struct rl_softc *sc = (struct rl_softc *)dev;
sys/dev/ic/re.c
424
struct rl_softc *sc = (struct rl_softc *)dev;
sys/dev/ic/re.c
489
struct rl_softc *sc = (struct rl_softc *)dev;
sys/dev/ic/re.c
541
struct rl_softc *sc = (struct rl_softc *)dev;
sys/dev/ic/re.c
574
re_iff(struct rl_softc *sc)
sys/dev/ic/re.c
638
re_reset(struct rl_softc *sc)
sys/dev/ic/re.c
661
re_attach(struct rl_softc *sc, const char *intrstr)
sys/dev/ic/revar.h
20
int re_attach(struct rl_softc *, const char *);
sys/dev/ic/revar.h
21
void re_detach(struct rl_softc *);
sys/dev/ic/revar.h
22
void re_reset(struct rl_softc *);
sys/dev/ic/rtl81x9.c
1005
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/rtl81x9.c
1052
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/rtl81x9.c
1066
rl_stop(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
1101
rl_attach(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
1223
struct rl_softc *sc = (struct rl_softc *)self;
sys/dev/ic/rtl81x9.c
124
int rl_encap(struct rl_softc *, struct mbuf * );
sys/dev/ic/rtl81x9.c
1242
struct rl_softc *sc = (struct rl_softc *)self;
sys/dev/ic/rtl81x9.c
126
void rl_rxeof(struct rl_softc *);
sys/dev/ic/rtl81x9.c
127
void rl_txeof(struct rl_softc *);
sys/dev/ic/rtl81x9.c
1292
struct rl_softc *sc = (struct rl_softc *)self;
sys/dev/ic/rtl81x9.c
131
void rl_stop(struct rl_softc *);
sys/dev/ic/rtl81x9.c
1339
struct rl_softc *sc = v;
sys/dev/ic/rtl81x9.c
1350
rl_detach(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
136
void rl_eeprom_getword(struct rl_softc *, int, int, u_int16_t *);
sys/dev/ic/rtl81x9.c
137
void rl_eeprom_putbyte(struct rl_softc *, int, int);
sys/dev/ic/rtl81x9.c
138
void rl_read_eeprom(struct rl_softc *, caddr_t, int, int, int, int);
sys/dev/ic/rtl81x9.c
140
void rl_mii_sync(struct rl_softc *);
sys/dev/ic/rtl81x9.c
141
void rl_mii_send(struct rl_softc *, u_int32_t, int);
sys/dev/ic/rtl81x9.c
142
int rl_mii_readreg(struct rl_softc *, struct rl_mii_frame *);
sys/dev/ic/rtl81x9.c
143
int rl_mii_writereg(struct rl_softc *, struct rl_mii_frame *);
sys/dev/ic/rtl81x9.c
149
void rl_iff(struct rl_softc *);
sys/dev/ic/rtl81x9.c
150
void rl_reset(struct rl_softc *);
sys/dev/ic/rtl81x9.c
151
int rl_list_tx_init(struct rl_softc *);
sys/dev/ic/rtl81x9.c
165
rl_eeprom_putbyte(struct rl_softc *sc, int addr, int addr_len)
sys/dev/ic/rtl81x9.c
192
rl_eeprom_getword(struct rl_softc *sc, int addr, int addr_len,
sys/dev/ic/rtl81x9.c
230
rl_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int addr_len,
sys/dev/ic/rtl81x9.c
264
rl_mii_sync(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
282
rl_mii_send(struct rl_softc *sc, u_int32_t bits, int cnt)
sys/dev/ic/rtl81x9.c
304
rl_mii_readreg(struct rl_softc *sc, struct rl_mii_frame *frame)
sys/dev/ic/rtl81x9.c
395
rl_mii_writereg(struct rl_softc *sc, struct rl_mii_frame *frame)
sys/dev/ic/rtl81x9.c
439
rl_iff(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
491
rl_reset(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
511
rl_list_tx_init(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
556
rl_rxeof(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
688
rl_txeof(struct rl_softc *sc)
sys/dev/ic/rtl81x9.c
748
struct rl_softc *sc = arg;
sys/dev/ic/rtl81x9.c
788
rl_encap(struct rl_softc *sc, struct mbuf *m_head)
sys/dev/ic/rtl81x9.c
848
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/rtl81x9.c
903
struct rl_softc *sc = xsc;
sys/dev/ic/rtl81x9.c
983
struct rl_softc *sc = (struct rl_softc *)ifp->if_softc;
sys/dev/ic/rtl81x9.c
995
struct rl_softc *sc = ifp->if_softc;
sys/dev/ic/rtl81x9reg.h
1092
extern int rl_attach(struct rl_softc *);
sys/dev/ic/rtl81x9reg.h
1094
int rl_detach(struct rl_softc *);
sys/dev/pci/if_re_pci.c
122
struct rl_softc *sc = &psc->sc_rl;
sys/dev/pci/if_re_pci.c
219
struct rl_softc *sc = &psc->sc_rl;
sys/dev/pci/if_re_pci.c
237
struct rl_softc *sc = &psc->sc_rl;
sys/dev/pci/if_re_pci.c
45
struct rl_softc sc_rl;
sys/dev/pci/if_rl_pci.c
118
struct rl_softc *sc = &psc->psc_softc;
sys/dev/pci/if_rl_pci.c
179
struct rl_softc *sc = &psc->psc_softc;
sys/dev/pci/if_rl_pci.c
71
struct rl_softc psc_softc;