Searched refs:rcrce (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/ctau/ |
| D | if_ct.c | 1370 opte1->currnt.rcrce = c->currnt.rcrce; in ct_ioctl() 1383 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce; in ct_ioctl() 1396 opte1->interval[s].rcrce = c->interval[s].rcrce; in ct_ioctl() 1898 total.rcrce = c->total.rcrce + c->currnt.rcrce; in print_e1_stats() 1920 length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec); in print_e1_stats() 1944 length += print_frac (s + length, 1, total.rcrce, totsec); in print_e1_stats()
|
| D | ctddk.c | 706 c->total.rcrce += c->currnt.rcrce; in ct_g703_timer() 788 c->currnt.rcrce += ebit; in ct_e1timer_interrupt() 854 c->total.rcrce += c->currnt.rcrce; in ct_e1timer_interrupt()
|
| D | ctddk.h | 311 unsigned long rcrce; /* remote CRC errors (E-bit) */ member
|
| /freebsd-10-stable/sys/dev/cp/ |
| D | if_cp.c | 1157 opte1->currnt.rcrce = c->currnt.rcrce; in cp_ioctl() 1170 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce; in cp_ioctl() 1183 opte1->interval[s].rcrce = c->interval[s].rcrce; in cp_ioctl() 1960 total.rcrce = c->total.rcrce + c->currnt.rcrce; in print_e1_stats() 1982 length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec); in print_e1_stats() 2006 length += print_frac (s + length, 1, total.rcrce, totsec); in print_e1_stats()
|
| D | cpddk.h | 36 unsigned long rcrce; /* remote CRC errors (E-bit) */ member
|
| /freebsd-10-stable/sys/dev/ce/ |
| D | if_ce.c | 1447 opte1->currnt.rcrce = c->currnt.rcrce; in ce_ioctl() 1460 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce; in ce_ioctl() 1473 opte1->interval[s].rcrce = c->interval[s].rcrce; in ce_ioctl() 2185 total.rcrce = c->total.rcrce + c->currnt.rcrce; 2207 length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec); 2231 length += print_frac (s + length, 1, total.rcrce, totsec);
|
| D | ceddk.h | 49 unsigned long rcrce; /* remote CRC errors (E-bit) */ member
|
| D | ceddk.c | 842 c->currnt.rcrce += ebit; in ce_e1_timer() 908 c->total.rcrce += c->currnt.rcrce; in ce_e1_timer() 920 c->currnt.rcrce = 0; in ce_e1_timer()
|
| /freebsd-10-stable/sbin/sconfig/ |
| D | sconfig.c | 439 print_frac (1, st.currnt.rcrce, st.cursec); in print_e1_stats() 465 print_frac (1, st.total.rcrce, st.totsec); in print_e1_stats() 491 print_frac (1, st.interval[i].rcrce, 15*60); in print_e1_stats()
|
| /freebsd-10-stable/sys/i386/include/ |
| D | cserial.h | 46 unsigned long rcrce; /* remote CRC errors (E-bit) */ member
|