Lines Matching refs:TS
241 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
252 mib->fddiPORTMy_Type = (np == PS) ? TS : TNONE ; in pcm_init()
342 case TS : in pcm_init()
1272 mib->fddiPORTNeighborType = TS ; in pc_rcode_actions()
1305 phy->twisted = ((mib->fddiPORTMy_Type != TS) && in pc_rcode_actions()
1401 if (mib->fddiPORTMy_Type == TS || mib->fddiPORTMy_Type == TM) in pc_tcode_actions()
1427 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions()
1435 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions()
1439 case TS : in pc_tcode_actions()
1443 ((policy & POLICY_SS) && ne == TS) || in pc_tcode_actions()
1451 ((policy & POLICY_MS) && ne == TS) || in pc_tcode_actions()
1461 (type == TA && ne == TS ) || in pc_tcode_actions()
1463 (type == TB && ne == TS ) || in pc_tcode_actions()
1464 (type == TS && ne == TA ) || in pc_tcode_actions()
1465 (type == TS && ne == TB ) ) { in pc_tcode_actions()