Lines Matching refs:TS
252 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
263 mib->fddiPORTMy_Type = (np == PS) ? TS : TNONE ; in pcm_init()
353 case TS : in pcm_init()
1294 mib->fddiPORTNeighborType = TS ; in pc_rcode_actions()
1327 phy->twisted = ((mib->fddiPORTMy_Type != TS) && in pc_rcode_actions()
1422 if (mib->fddiPORTMy_Type == TS || mib->fddiPORTMy_Type == TM) in pc_tcode_actions()
1448 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions()
1456 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions()
1460 case TS : in pc_tcode_actions()
1464 ((policy & POLICY_SS) && ne == TS) || in pc_tcode_actions()
1472 ((policy & POLICY_MS) && ne == TS) || in pc_tcode_actions()
1482 (type == TA && ne == TS ) || in pc_tcode_actions()
1484 (type == TB && ne == TS ) || in pc_tcode_actions()
1485 (type == TS && ne == TA ) || in pc_tcode_actions()
1486 (type == TS && ne == TB ) ) { in pc_tcode_actions()