Lines Matching defs:errors
1073 u_long errors ;
1083 errors = inpw(PLC(((int) phy->np),PL_LINK_ERR_CTR)) ;
1084 lem->lem_errors += errors ;
1085 mib->fddiPORTLem_Ct += errors ;
1087 errors = lem->lem_errors ;
1093 * -> 9 errors in 8 seconds mean:
1098 if (!errors) ber = 15 ;
1099 else if (errors <= 9) ber = 9 ;
1100 else if (errors <= 99) ber = 8 ;
1101 else if (errors <= 999) ber = 7 ;
1102 else if (errors <= 9999) ber = 6 ;
1103 else if (errors <= 99999) ber = 5 ;
1104 else if (errors <= 999999) ber = 4 ;
1105 else if (errors <= 9999999) ber = 3 ;
1106 else if (errors <= 99999999) ber = 2 ;
1107 else if (errors <= 999999999) ber = 1 ;
1123 DB_PCMN(1, "errors : %ld", lem->lem_errors);
1181 int errors ;
1186 errors = inpw(PLC(((int)phy->np),PL_LINK_ERR_CTR)) ;
1187 lem->lem_errors += errors ;
1188 mib->fddiPORTLem_Ct += errors ;
1208 DB_PCMN(1, " >>errors : %lu", lem->lem_errors);
1729 /* Note: Lem errors shall only be counted when
1986 printf("PHY errors BER\n") ;