• Home
  • Raw
  • Download

Lines Matching refs:t_val

547 		n = (n<<1) | phy->t_val[phy->bitn+i] ;  in plc_send_bits()
919 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1309 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1342 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1343 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()
1349 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
1378 if (phy->t_val[6]) { in pc_rcode_actions()
1384 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()
1386 phy->phy_name,phy->t_val[7]? "local":"remote") ; in pc_rcode_actions()
1391 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()
1392 if (phy->t_val[8]) in pc_rcode_actions()
1422 phy->t_val[0] = 0 ; /* no escape used */ in pc_tcode_actions()
1426 phy->t_val[1] = 1 ; in pc_tcode_actions()
1428 phy->t_val[1] = 0 ; in pc_tcode_actions()
1432 phy->t_val[2] = 1 ; in pc_tcode_actions()
1434 phy->t_val[2] = 0 ; in pc_tcode_actions()
1445 phy->t_val[3] = 1 ; /* Accept connection */ in pc_tcode_actions()
1453 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1461 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1469 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1477 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1499 phy->t_val[4] = 1 ; /* long */ in pc_tcode_actions()
1500 phy->t_val[5] = 0 ; in pc_tcode_actions()
1503 phy->t_val[4] = 0 ; in pc_tcode_actions()
1505 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1507 phy->t_val[5] = 0 ; /* short */ in pc_tcode_actions()
1515 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1521 phy->t_val[4] = 1 ; /* extended */ in pc_tcode_actions()
1522 phy->t_val[5] = 1 ; in pc_tcode_actions()
1529 phy->t_val[6] = 0 ; in pc_tcode_actions()
1537 phy->t_val[7] = 1 ; in pc_tcode_actions()
1540 phy->t_val[7] = 0 ; in pc_tcode_actions()
1543 phy->t_val[8] = 0 ; /* Don't request MAC loopback */ in pc_tcode_actions()
1552 phy->t_val[9] = FALSE ; in pc_tcode_actions()
1562 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1566 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1571 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1579 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1583 mib->fddiPORTMacIndicated.T_val = phy->t_val[9] ; in pc_tcode_actions()
1586 DB_PCMN(1,"SIG snd %x %x: \n", bit,phy->t_val[bit] ) ; in pc_tcode_actions()
1894 if (phy->t_val[NUMBITS-1-ii]) in pcm_get_state()