Symbol: tl_softc
sys/dev/mii/tlphy.c
136
struct tl_softc *tlsc = (struct tl_softc *)self->dv_parent;
sys/dev/pci/if_tl.c
1026
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1093
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1114
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1165
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1200
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1219
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1235
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1304
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1356
tl_encap(struct tl_softc *sc, struct tl_chain *c, struct mbuf *m_head)
sys/dev/pci/if_tl.c
1446
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1535
struct tl_softc *sc = xsc;
sys/dev/pci/if_tl.c
1603
struct tl_softc *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
1619
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1646
struct tl_softc *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
1697
struct tl_softc *sc;
sys/dev/pci/if_tl.c
1714
tl_stop(struct tl_softc *sc)
sys/dev/pci/if_tl.c
1815
struct tl_softc *sc = (struct tl_softc *)self;
sys/dev/pci/if_tl.c
2014
struct tl_softc *sc = xsc;
sys/dev/pci/if_tl.c
2022
sizeof(struct tl_softc), tl_probe, tl_attach
sys/dev/pci/if_tl.c
246
int tl_newbuf(struct tl_softc *, struct tl_chain_onefrag *);
sys/dev/pci/if_tl.c
248
int tl_encap(struct tl_softc *, struct tl_chain *, struct mbuf *);
sys/dev/pci/if_tl.c
254
void tl_stop(struct tl_softc *);
sys/dev/pci/if_tl.c
259
u_int8_t tl_eeprom_putbyte(struct tl_softc *, int);
sys/dev/pci/if_tl.c
260
u_int8_t tl_eeprom_getbyte(struct tl_softc *, int, u_int8_t *);
sys/dev/pci/if_tl.c
261
int tl_read_eeprom(struct tl_softc *, caddr_t, int, int);
sys/dev/pci/if_tl.c
263
void tl_mii_sync(struct tl_softc *);
sys/dev/pci/if_tl.c
264
void tl_mii_send(struct tl_softc *, u_int32_t, int);
sys/dev/pci/if_tl.c
265
int tl_mii_readreg(struct tl_softc *, struct tl_mii_frame *);
sys/dev/pci/if_tl.c
266
int tl_mii_writereg(struct tl_softc *, struct tl_mii_frame *);
sys/dev/pci/if_tl.c
271
void tl_setmode(struct tl_softc *, uint64_t);
sys/dev/pci/if_tl.c
273
void tl_iff(struct tl_softc *);
sys/dev/pci/if_tl.c
274
void tl_setfilt(struct tl_softc *, caddr_t, int);
sys/dev/pci/if_tl.c
275
void tl_softreset(struct tl_softc *, int);
sys/dev/pci/if_tl.c
277
int tl_list_rx_init(struct tl_softc *);
sys/dev/pci/if_tl.c
278
int tl_list_tx_init(struct tl_softc *);
sys/dev/pci/if_tl.c
280
u_int8_t tl_dio_read8(struct tl_softc *, int);
sys/dev/pci/if_tl.c
281
u_int16_t tl_dio_read16(struct tl_softc *, int);
sys/dev/pci/if_tl.c
282
u_int32_t tl_dio_read32(struct tl_softc *, int);
sys/dev/pci/if_tl.c
283
void tl_dio_write8(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
284
void tl_dio_write16(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
285
void tl_dio_write32(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
286
void tl_dio_setbit(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
287
void tl_dio_clrbit(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
288
void tl_dio_setbit16(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
289
void tl_dio_clrbit16(struct tl_softc *, int, int);
sys/dev/pci/if_tl.c
292
tl_dio_read8(struct tl_softc *sc, int reg)
sys/dev/pci/if_tl.c
299
tl_dio_read16(struct tl_softc *sc, int reg)
sys/dev/pci/if_tl.c
306
tl_dio_read32(struct tl_softc *sc, int reg)
sys/dev/pci/if_tl.c
313
tl_dio_write8(struct tl_softc *sc, int reg, int val)
sys/dev/pci/if_tl.c
320
tl_dio_write16(struct tl_softc *sc, int reg, int val)
sys/dev/pci/if_tl.c
327
tl_dio_write32(struct tl_softc *sc, int reg, int val)
sys/dev/pci/if_tl.c
334
tl_dio_setbit(struct tl_softc *sc, int reg, int bit)
sys/dev/pci/if_tl.c
345
tl_dio_clrbit(struct tl_softc *sc, int reg, int bit)
sys/dev/pci/if_tl.c
356
tl_dio_setbit16(struct tl_softc *sc, int reg, int bit)
sys/dev/pci/if_tl.c
367
tl_dio_clrbit16(struct tl_softc *sc, int reg, int bit)
sys/dev/pci/if_tl.c
381
tl_eeprom_putbyte(struct tl_softc *sc, int byte)
sys/dev/pci/if_tl.c
423
tl_eeprom_getbyte(struct tl_softc *sc, int addr, u_int8_t *dest)
sys/dev/pci/if_tl.c
489
tl_read_eeprom(struct tl_softc *sc, caddr_t dest, int off, int cnt)
sys/dev/pci/if_tl.c
505
tl_mii_sync(struct tl_softc *sc)
sys/dev/pci/if_tl.c
518
tl_mii_send(struct tl_softc *sc, u_int32_t bits, int cnt)
sys/dev/pci/if_tl.c
533
tl_mii_readreg(struct tl_softc *sc, struct tl_mii_frame *frame)
sys/dev/pci/if_tl.c
624
tl_mii_writereg(struct tl_softc *sc, struct tl_mii_frame *frame)
sys/dev/pci/if_tl.c
679
struct tl_softc *sc = (struct tl_softc *)dev;
sys/dev/pci/if_tl.c
694
struct tl_softc *sc = (struct tl_softc *)dev;
sys/dev/pci/if_tl.c
709
struct tl_softc *sc = (struct tl_softc *)dev;
sys/dev/pci/if_tl.c
721
tl_setmode(struct tl_softc *sc, uint64_t media)
sys/dev/pci/if_tl.c
764
tl_setfilt(struct tl_softc *sc, caddr_t addr, int slot)
sys/dev/pci/if_tl.c
792
tl_iff(struct tl_softc *sc)
sys/dev/pci/if_tl.c
838
struct tl_softc *sc = (struct tl_softc *)dev;
sys/dev/pci/if_tl.c
855
tl_softreset(struct tl_softc *sc, int internal)
sys/dev/pci/if_tl.c
912
tl_list_tx_init(struct tl_softc *sc)
sys/dev/pci/if_tl.c
939
tl_list_rx_init(struct tl_softc *sc)
sys/dev/pci/if_tl.c
970
tl_newbuf(struct tl_softc *sc, struct tl_chain_onefrag *c)