• Home
  • Raw
  • Download

Lines Matching refs:t_val

537 		n = (n<<1) | phy->t_val[phy->bitn+i] ;  in plc_send_bits()
909 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1288 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1321 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1322 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()
1328 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
1357 if (phy->t_val[6]) { in pc_rcode_actions()
1363 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()
1366 phy->t_val[7] ? "local" : "remote"); in pc_rcode_actions()
1371 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()
1372 if (phy->t_val[8]) in pc_rcode_actions()
1402 phy->t_val[0] = 0 ; /* no escape used */ in pc_tcode_actions()
1406 phy->t_val[1] = 1 ; in pc_tcode_actions()
1408 phy->t_val[1] = 0 ; in pc_tcode_actions()
1412 phy->t_val[2] = 1 ; in pc_tcode_actions()
1414 phy->t_val[2] = 0 ; in pc_tcode_actions()
1425 phy->t_val[3] = 1 ; /* Accept connection */ in pc_tcode_actions()
1433 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1441 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1449 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1457 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1479 phy->t_val[4] = 1 ; /* long */ in pc_tcode_actions()
1480 phy->t_val[5] = 0 ; in pc_tcode_actions()
1483 phy->t_val[4] = 0 ; in pc_tcode_actions()
1485 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1487 phy->t_val[5] = 0 ; /* short */ in pc_tcode_actions()
1495 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1501 phy->t_val[4] = 1 ; /* extended */ in pc_tcode_actions()
1502 phy->t_val[5] = 1 ; in pc_tcode_actions()
1509 phy->t_val[6] = 0 ; in pc_tcode_actions()
1516 phy->t_val[7] = 1 ; in pc_tcode_actions()
1519 phy->t_val[7] = 0 ; in pc_tcode_actions()
1522 phy->t_val[8] = 0 ; /* Don't request MAC loopback */ in pc_tcode_actions()
1531 phy->t_val[9] = FALSE ; in pc_tcode_actions()
1541 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1545 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1550 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1558 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1562 mib->fddiPORTMacIndicated.T_val = phy->t_val[9] ; in pc_tcode_actions()
1565 DB_PCMN(1, "SIG snd %x %x:", bit, phy->t_val[bit]); in pc_tcode_actions()
1876 if (phy->t_val[NUMBITS-1-ii]) in pcm_get_state()