Searched refs:tl_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c275 static int tl_newbuf(struct tl_softc *, struct tl_chain_onefrag *);
277 static int tl_encap(struct tl_softc *, struct tl_chain *, struct mbuf *);
284 static void tl_init_locked(struct tl_softc *);
285 static void tl_stop(struct tl_softc *);
286 static void tl_watchdog(struct tl_softc *);
291 static u_int8_t tl_eeprom_putbyte(struct tl_softc *, int);
292 static u_int8_t tl_eeprom_getbyte(struct tl_softc *, int, u_int8_t *);
293 static int tl_read_eeprom(struct tl_softc *, caddr_t, int, int);
299 static void tl_setmode(struct tl_softc *, int);
301 static void tl_setmulti(struct tl_softc *);
[all...]
H A Dif_tlreg.h110 struct tl_softc { struct

Completed in 56 milliseconds