Searched refs:rcrce (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/dev/ce/
H A Dceddk.h49 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:__anon7703
H A Dif_ce.c1451 opte1->currnt.rcrce = c->currnt.rcrce;
1464 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1477 opte1->interval[s].rcrce = c->interval[s].rcrce;
2189 total.rcrce = c->total.rcrce + c->currnt.rcrce;
[all...]
H A Dceddk.c842 c->currnt.rcrce += ebit;
908 c->total.rcrce += c->currnt.rcrce;
920 c->currnt.rcrce = 0;
/freebsd-10.0-release/sys/dev/cp/
H A Dif_cp.c1157 opte1->currnt.rcrce = c->currnt.rcrce;
1170 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1183 opte1->interval[s].rcrce = c->interval[s].rcrce;
1960 total.rcrce = c->total.rcrce + c->currnt.rcrce;
[all...]
H A Dcpddk.h36 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:__anon7780
/freebsd-10.0-release/sys/dev/ctau/
H A Dif_ct.c1370 opte1->currnt.rcrce = c->currnt.rcrce;
1383 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1396 opte1->interval[s].rcrce = c->interval[s].rcrce;
1898 total.rcrce = c->total.rcrce + c->currnt.rcrce;
[all...]
H A Dctddk.c706 c->total.rcrce += c->currnt.rcrce;
788 c->currnt.rcrce += ebit;
854 c->total.rcrce += c->currnt.rcrce;
H A Dctddk.h311 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:__anon7796
/freebsd-10.0-release/sys/i386/include/
H A Dcserial.h46 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:e1_counters
/freebsd-10.0-release/sbin/sconfig/
H A Dsconfig.c439 print_frac (1, st.currnt.rcrce, st.cursec);
465 print_frac (1, st.total.rcrce, st.totsec);
491 print_frac (1, st.interval[i].rcrce, 15*60);

Completed in 209 milliseconds