Lines Matching defs:errors
1069 u_long errors ;
1079 errors = inpw(PLC(((int) phy->np),PL_LINK_ERR_CTR)) ;
1080 lem->lem_errors += errors ;
1081 mib->fddiPORTLem_Ct += errors ;
1083 errors = lem->lem_errors ;
1089 * -> 9 errors in 8 seconds mean:
1094 if (!errors) ber = 15 ;
1095 else if (errors <= 9) ber = 9 ;
1096 else if (errors <= 99) ber = 8 ;
1097 else if (errors <= 999) ber = 7 ;
1098 else if (errors <= 9999) ber = 6 ;
1099 else if (errors <= 99999) ber = 5 ;
1100 else if (errors <= 999999) ber = 4 ;
1101 else if (errors <= 9999999) ber = 3 ;
1102 else if (errors <= 99999999) ber = 2 ;
1103 else if (errors <= 999999999) ber = 1 ;
1119 DB_PCMN(1, "errors : %ld", lem->lem_errors);
1177 int errors ;
1182 errors = inpw(PLC(((int)phy->np),PL_LINK_ERR_CTR)) ;
1183 lem->lem_errors += errors ;
1184 mib->fddiPORTLem_Ct += errors ;
1204 DB_PCMN(1, " >>errors : %lu", lem->lem_errors);
1725 /* Note: Lem errors shall only be counted when
1982 printf("PHY errors BER\n") ;