Searched refs:rx_errors (Results 1 - 25 of 194) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/linux/
H A Dlinux_net.c57 &pstats->rx_errors,
77 &pstats->rx_errors,
94 &pstats->rx_errors,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dx25_asy.h36 unsigned long rx_errors; /* Parity, etc. errors */ member in struct:x25_asy
H A Ddlci.c179 dlp->stats.rx_errors++;
188 dlp->stats.rx_errors++;
195 dlp->stats.rx_errors++;
216 dlp->stats.rx_errors++;
221 dlp->stats.rx_errors++;
H A Dx25_asy.c585 sl->rx_errors++;
681 stats.rx_errors = sl->rx_errors;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dmkiss.h36 unsigned long rx_errors; /* Parity, etc. errors */ member in struct:ax_disp
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_gre.h31 uint32_t rx_errors; // OS error on receive member in struct:gre_stats
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_tr.h60 unsigned long rx_errors; /* bad packets received */ member in struct:tr_statistics
H A Dif_hippi.h57 int rx_errors; /* bad packets received */ member in struct:hipnet_statistics
62 /* detailed rx_errors: */
H A Dif_fddi.h112 __u32 rx_errors; /* bad packets received */ member in struct:fddi_statistics
119 /* detailed rx_errors */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_tr.h60 unsigned long rx_errors; /* bad packets received */ member in struct:tr_statistics
H A Dif_hippi.h57 int rx_errors; /* bad packets received */ member in struct:hipnet_statistics
62 /* detailed rx_errors: */
H A Dif_ppp.h121 __u64 rx_errors; member in struct:pppol2tp_ioc_stats
H A Dif_fddi.h112 __u32 rx_errors; /* bad packets received */ member in struct:fddi_statistics
119 /* detailed rx_errors */
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Digd.h21 unsigned long rx_errors; /* bad packets received */ member in struct:_if_stats
30 /* detailed rx_errors: */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dformpkt.h132 ushort rx_errors ; member in struct:FORM_LINK_STATUS
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslip.h75 unsigned long rx_errors; /* Parity, etc. errors */ member in struct:slip
H A Dsunqe.c327 qep->net_stats.rx_errors += 256;
332 qep->net_stats.rx_errors += 256;
337 qep->net_stats.rx_errors += 256;
343 qep->net_stats.rx_errors++;
349 qep->net_stats.rx_errors++;
354 qep->net_stats.rx_errors += 256;
359 qep->net_stats.rx_errors += 256;
365 qep->net_stats.rx_errors++;
372 qep->net_stats.rx_errors++;
378 qep->net_stats.rx_errors
[all...]
H A D3c527.c1110 u32 rx_errors=0; local
1112 rx_errors+=lp->net_stats.rx_crc_errors +=st->rx_crc_errors;
1114 rx_errors+=lp->net_stats.rx_fifo_errors +=st->rx_overrun_errors;
1116 rx_errors+=lp->net_stats.rx_frame_errors +=st->rx_alignment_errors;
1118 rx_errors+=lp->net_stats.rx_length_errors+=st->rx_tooshort_errors;
1120 rx_errors+=lp->net_stats.rx_missed_errors+=st->rx_outofresource_errors;
1122 lp->net_stats.rx_errors=rx_errors;
H A D7990.c275 lp->stats.rx_errors++;
285 if (bits & LE_R1_EOP) lp->stats.rx_errors++;
441 lp->stats.rx_errors++; /* Missed a Rx frame. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Drfc1201.c126 lp->stats.rx_errors++;
177 lp->stats.rx_errors++;
227 lp->stats.rx_errors++;
263 lp->stats.rx_errors++;
275 lp->stats.rx_errors++;
287 lp->stats.rx_errors++;
320 lp->stats.rx_errors++;
331 lp->stats.rx_errors++;
342 lp->stats.rx_errors++;
H A Drfc1051.c119 lp->stats.rx_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dwrapper.c269 stats->rx_errors++;
358 stats->rx_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/8021q/
H A Dvlan_dev.c179 stats->rx_errors++;
242 stats->rx_errors++;
271 stats->rx_errors++;
294 stats->rx_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_dev.c60 stats->rx_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dinterrupt.c146 tp->stats.rx_errors++; /* end of a packet.*/
462 tp->stats.rx_errors++;
466 tp->stats.rx_errors++;

Completed in 157 milliseconds

12345678