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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c186 static void ti_txeof(struct ti_softc *);
187 static void ti_rxeof(struct ti_softc *);
189 static int ti_encap(struct ti_softc *, struct mbuf **);
198 static void ti_init2(struct ti_softc *);
199 static void ti_stop(struct ti_softc *);
203 static int ti_ifmedia_upd_locked(struct ti_softc *);
206 static uint32_t ti_eeprom_putbyte(struct ti_softc *, int);
207 static uint8_t ti_eeprom_getbyte(struct ti_softc *, int, uint8_t *);
208 static int ti_read_eeprom(struct ti_softc *, caddr_t, int, int);
210 static void ti_add_mcast(struct ti_softc *, struc
[all...]
H A Dif_tireg.h1024 struct ti_softc { struct

Completed in 95 milliseconds