Home
last modified time | relevance | path

Searched refs:ti_hwrev (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dti.c394 switch(sc->ti_hwrev) { in ti_loadfw()
910 switch(sc->ti_hwrev) { in ti_add_mcast()
936 switch(sc->ti_hwrev) { in ti_del_mcast()
1083 sc->ti_hwrev = TI_HWREV_TIGON; in ti_chipinit()
1086 sc->ti_hwrev = TI_HWREV_TIGON_II; in ti_chipinit()
1293 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_gibinit()
1326 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_gibinit()
1336 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_gibinit()
1608 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_rxeof()
1729 if (sc->ti_hwrev == TI_HWREV_TIGON) in ti_intr()
[all …]
H A Dtireg.h928 if (x->ti_hwrev == TI_HWREV_TIGON) { \
942 if (x->ti_hwrev == TI_HWREV_TIGON) { \
1119 u_int8_t ti_hwrev; /* Tigon rev (1 or 2) */ member