tl_softc
struct tl_softc *sc;
struct tl_softc *sc = device_get_softc(dev);
tl_list_tx_init(struct tl_softc *sc)
tl_list_rx_init(struct tl_softc *sc)
tl_newbuf(struct tl_softc *sc, struct tl_chain_onefrag *c)
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc = xsc;
struct tl_softc *sc;
tl_encap(struct tl_softc *sc, struct tl_chain *c, struct mbuf *m_head)
struct tl_softc *sc;
struct tl_softc *sc = xsc;
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc = ifp->if_softc;
struct tl_softc *sc;
tl_stop(struct tl_softc *sc)
struct tl_softc *sc;
static int tl_newbuf (struct tl_softc *,
static int tl_encap (struct tl_softc *, struct tl_chain *,
static void tl_stop (struct tl_softc *);
static u_int8_t tl_eeprom_putbyte (struct tl_softc *, int);
static u_int8_t tl_eeprom_getbyte (struct tl_softc *,
static int tl_read_eeprom (struct tl_softc *, caddr_t, int, int);
static void tl_mii_sync (struct tl_softc *);
static void tl_mii_send (struct tl_softc *, u_int32_t, int);
static int tl_mii_readreg (struct tl_softc *, struct tl_mii_frame *);
static int tl_mii_writereg (struct tl_softc *, struct tl_mii_frame *);
static void tl_setmode (struct tl_softc *, int);
static void tl_setmulti (struct tl_softc *);
static void tl_setfilt (struct tl_softc *, caddr_t, int);
static void tl_softreset (struct tl_softc *, int);
static int tl_list_rx_init (struct tl_softc *);
static int tl_list_tx_init (struct tl_softc *);
static u_int8_t tl_dio_read8 (struct tl_softc *, int);
static u_int16_t tl_dio_read16 (struct tl_softc *, int);
static u_int32_t tl_dio_read32 (struct tl_softc *, int);
static void tl_dio_write8 (struct tl_softc *, int, int);
static void tl_dio_write16 (struct tl_softc *, int, int);
static void tl_dio_write32 (struct tl_softc *, int, int);
static void tl_dio_setbit (struct tl_softc *, int, int);
static void tl_dio_clrbit (struct tl_softc *, int, int);
static void tl_dio_setbit16 (struct tl_softc *, int, int);
static void tl_dio_clrbit16 (struct tl_softc *, int, int);
sizeof(struct tl_softc)
tl_dio_read8(struct tl_softc *sc, int reg)
tl_dio_read16(struct tl_softc *sc, int reg)
tl_dio_read32(struct tl_softc *sc, int reg)
tl_dio_write8(struct tl_softc *sc, int reg, int val)
tl_dio_write16(struct tl_softc *sc, int reg, int val)
tl_dio_write32(struct tl_softc *sc, int reg, int val)
tl_dio_setbit(struct tl_softc *sc, int reg, int bit)
tl_dio_clrbit(struct tl_softc *sc, int reg, int bit)
tl_dio_setbit16(struct tl_softc *sc, int reg, int bit)
tl_dio_clrbit16(struct tl_softc *sc, int reg, int bit)
tl_eeprom_putbyte(struct tl_softc *sc, int byte)
tl_eeprom_getbyte(struct tl_softc *sc, int addr, u_int8_t *dest)
tl_read_eeprom(struct tl_softc *sc, caddr_t dest, int off, int cnt)
tl_mii_sync(struct tl_softc *sc)
tl_mii_send(struct tl_softc *sc, u_int32_t bits, int cnt)
tl_mii_readreg(struct tl_softc *sc, struct tl_mii_frame *frame)
tl_mii_writereg(struct tl_softc *sc, struct tl_mii_frame *frame)
struct tl_softc *sc;
struct tl_softc *sc;
struct tl_softc *sc;
tl_setmode(struct tl_softc *sc, int media)
tl_setfilt(struct tl_softc *sc, caddr_t addr, int slot)
tl_setmulti(struct tl_softc *sc)
struct tl_softc *sc;
tl_softreset(struct tl_softc *sc, int internal)