HomeSort by: relevance | last modified time | path
    Searched refs:ti_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_ti.c 152 static void ti_txeof_tigon1(struct ti_softc *);
153 static void ti_txeof_tigon2(struct ti_softc *);
154 static void ti_rxeof(struct ti_softc *);
156 static void ti_stats_update(struct ti_softc *);
157 static int ti_encap_tigon1(struct ti_softc *, struct mbuf *, uint32_t *);
158 static int ti_encap_tigon2(struct ti_softc *, struct mbuf *, uint32_t *);
164 static void ti_init2(struct ti_softc *);
165 static void ti_stop(struct ti_softc *);
170 static uint32_t ti_eeprom_putbyte(struct ti_softc *, int);
171 static uint8_t ti_eeprom_getbyte(struct ti_softc *, int, uint8_t *)
    [all...]
if_tireg.h 1085 struct ti_softc { struct
1112 int (*sc_tx_encap)(struct ti_softc *,
1114 void (*sc_tx_eof)(struct ti_softc *);

Completed in 15 milliseconds