Searched refs:tl_softc (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | if_tl.c | 254 int tl_newbuf(struct tl_softc *, 257 int tl_encap(struct tl_softc *, struct tl_chain *, 264 void tl_stop(struct tl_softc *); 270 u_int8_t tl_eeprom_putbyte(struct tl_softc *, int); 271 u_int8_t tl_eeprom_getbyte(struct tl_softc *, 273 int tl_read_eeprom(struct tl_softc *, caddr_t, int, int); 275 void tl_mii_sync(struct tl_softc *); 276 void tl_mii_send(struct tl_softc *, u_int32_t, int); 277 int tl_mii_readreg(struct tl_softc *, struct tl_mii_frame *); 278 int tl_mii_writereg(struct tl_softc *, struct tl_mii_frame *); [all …]
|
| D | if_tlreg.h | 119 struct tl_softc { struct
|
| /mirbsd/src/sys/dev/mii/ |
| D | tlphy.c | 149 struct tl_softc *tlsc = (struct tl_softc *)self->dv_parent; in tlphyattach()
|