Searched refs:errorlogtable (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dtms380tr.c1034 * statistics counters and update the errorlogtable
1037 tp->MacStat.line_errors += tp->errorlogtable.Line_Error;
1038 tp->MacStat.burst_errors += tp->errorlogtable.Burst_Error;
1039 tp->MacStat.A_C_errors += tp->errorlogtable.ARI_FCI_Error;
1040 tp->MacStat.lost_frames += tp->errorlogtable.Lost_Frame_Error;
1041 tp->MacStat.recv_congest_count += tp->errorlogtable.Rx_Congest_Error;
1042 tp->MacStat.rx_errors += tp->errorlogtable.Rx_Congest_Error;
1043 tp->MacStat.frame_copied_errors += tp->errorlogtable.Frame_Copied_Error;
1044 tp->MacStat.token_errors += tp->errorlogtable.Token_Error;
1045 tp->MacStat.dummy1 += tp->errorlogtable
[all...]
H A Dtms380tr.h1077 ERRORTAB errorlogtable; /* Adapter statistic error counters. member in struct:net_local

Completed in 100 milliseconds