Lines Matching refs:t_val

544 		n = (n<<1) | phy->t_val[phy->bitn+i] ;  in plc_send_bits()
916 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1306 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1339 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1340 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()
1346 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
1375 if (phy->t_val[6]) { in pc_rcode_actions()
1381 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()
1383 phy->phy_name,phy->t_val[7]? "local":"remote") ; in pc_rcode_actions()
1388 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()
1389 if (phy->t_val[8]) in pc_rcode_actions()
1419 phy->t_val[0] = 0 ; /* no escape used */ in pc_tcode_actions()
1423 phy->t_val[1] = 1 ; in pc_tcode_actions()
1425 phy->t_val[1] = 0 ; in pc_tcode_actions()
1429 phy->t_val[2] = 1 ; in pc_tcode_actions()
1431 phy->t_val[2] = 0 ; in pc_tcode_actions()
1442 phy->t_val[3] = 1 ; /* Accept connection */ in pc_tcode_actions()
1450 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1458 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1466 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1474 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1496 phy->t_val[4] = 1 ; /* long */ in pc_tcode_actions()
1497 phy->t_val[5] = 0 ; in pc_tcode_actions()
1500 phy->t_val[4] = 0 ; in pc_tcode_actions()
1502 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1504 phy->t_val[5] = 0 ; /* short */ in pc_tcode_actions()
1512 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1518 phy->t_val[4] = 1 ; /* extended */ in pc_tcode_actions()
1519 phy->t_val[5] = 1 ; in pc_tcode_actions()
1526 phy->t_val[6] = 0 ; in pc_tcode_actions()
1534 phy->t_val[7] = 1 ; in pc_tcode_actions()
1537 phy->t_val[7] = 0 ; in pc_tcode_actions()
1540 phy->t_val[8] = 0 ; /* Don't request MAC loopback */ in pc_tcode_actions()
1549 phy->t_val[9] = FALSE ; in pc_tcode_actions()
1559 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1563 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1568 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1576 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1580 mib->fddiPORTMacIndicated.T_val = phy->t_val[9] ; in pc_tcode_actions()
1583 DB_PCMN(1,"SIG snd %x %x:\n", bit,phy->t_val[bit] ) ; in pc_tcode_actions()
1891 if (phy->t_val[NUMBITS-1-ii]) in pcm_get_state()