Lines Matching defs:tsti
3965 const struct tulip_srom_to_ifmedia *tsti;
3967 for (tsti = tulip_srom_to_ifmedia_table;
3968 tsti->tsti_name != NULL; tsti++) {
3969 if (tsti->tsti_srom == sm)
3970 return tsti;
3978 const struct tulip_srom_to_ifmedia *tsti, struct tulip_21x4x_media *tm)
3981 tm->tm_name = tsti->tsti_name;
3982 tm->tm_opmode = tsti->tsti_opmode;
3984 sc->sc_sia_cap |= tsti->tsti_sia_cap;
3989 tm->tm_sia = tsti->tsti_21040; /* struct assignment */
3993 tm->tm_sia = tsti->tsti_21041; /* struct assignment */
4003 tm->tm_sia = tsti->tsti_21142; /* struct assignment */
4019 const struct tulip_srom_to_ifmedia *tsti;
4023 tsti = tlp_srom_to_ifmedia(list[i]);
4025 tlp_srom_media_info(sc, tsti, tm);
4031 IFM_MAKEWORD(IFM_ETHER, tsti->tsti_subtype,
4032 tsti->tsti_options, sc->sc_tlp_minst), 0, tm);
4473 const struct tulip_srom_to_ifmedia *tsti;
4527 tsti = tlp_srom_to_ifmedia(mb &
4530 tlp_srom_media_info(sc, tsti, tm);
4546 IFM_MAKEWORD(IFM_ETHER, tsti->tsti_subtype,
4547 tsti->tsti_options, sc->sc_tlp_minst), 0, tm);
4632 const struct tulip_srom_to_ifmedia *tsti;
4736 tsti = tlp_srom_to_ifmedia(cp[0] &
4738 if (tsti == NULL) {
4745 tlp_srom_media_info(sc, tsti, tm);
4767 IFM_MAKEWORD(IFM_ETHER, tsti->tsti_subtype,
4768 tsti->tsti_options, sc->sc_tlp_minst), 0, tm);
4895 tsti = tlp_srom_to_ifmedia(cp[0] &
4897 if (tsti == NULL) {
4904 tlp_srom_media_info(sc, tsti, tm);
4923 IFM_MAKEWORD(IFM_ETHER, tsti->tsti_subtype,
4924 tsti->tsti_options, sc->sc_tlp_minst), 0, tm);
5051 tsti = tlp_srom_to_ifmedia(cp[0] &
5053 if (tsti == NULL) {
5060 tlp_srom_media_info(sc, tsti, tm);
5083 IFM_MAKEWORD(IFM_ETHER, tsti->tsti_subtype,
5084 tsti->tsti_options, sc->sc_tlp_minst), 0, tm);