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

/freebsd-11-stable/sys/dev/ce/
H A Dceddk.h49 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:__anon9449
H A Dif_ce.c1425 opte1->currnt.rcrce = c->currnt.rcrce;
1438 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1451 opte1->interval[s].rcrce = c->interval[s].rcrce;
2163 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-11-stable/sys/dev/cp/
H A Dif_cp.c1140 opte1->currnt.rcrce = c->currnt.rcrce;
1153 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1166 opte1->interval[s].rcrce = c->interval[s].rcrce;
1943 total.rcrce = c->total.rcrce + c->currnt.rcrce;
[all...]
H A Dcpddk.h36 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:__anon9526
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1354 opte1->currnt.rcrce = c->currnt.rcrce;
1367 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1380 opte1->interval[s].rcrce = c->interval[s].rcrce;
1882 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:__anon9542
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h46 unsigned long rcrce; /* remote CRC errors (E-bit) */ member in struct:e1_counters
/freebsd-11-stable/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 248 milliseconds