Lines Matching refs:TS
245 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
256 mib->fddiPORTMy_Type = (np == PS) ? TS : TNONE ; in pcm_init()
346 case TS : in pcm_init()
1276 mib->fddiPORTNeighborType = TS ; in pc_rcode_actions()
1309 phy->twisted = ((mib->fddiPORTMy_Type != TS) && in pc_rcode_actions()
1405 if (mib->fddiPORTMy_Type == TS || mib->fddiPORTMy_Type == TM) in pc_tcode_actions()
1431 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions()
1439 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions()
1443 case TS : in pc_tcode_actions()
1447 ((policy & POLICY_SS) && ne == TS) || in pc_tcode_actions()
1455 ((policy & POLICY_MS) && ne == TS) || in pc_tcode_actions()
1465 (type == TA && ne == TS ) || in pc_tcode_actions()
1467 (type == TB && ne == TS ) || in pc_tcode_actions()
1468 (type == TS && ne == TA ) || in pc_tcode_actions()
1469 (type == TS && ne == TB ) ) { in pc_tcode_actions()