Searched refs:rx_bad (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dselftest.h24 int rx_bad; member in struct:efx_loopback_self_tests
H A Dselftest.c77 * @rx_bad: RX bad packet count
86 atomic_t rx_bad; member in struct:efx_loopback_state
362 if (atomic_read(&state->rx_bad) == 0) {
371 atomic_inc(&state->rx_bad);
406 atomic_set(&state->rx_bad, 0);
480 int tx_done = 0, rx_good, rx_bad; local
498 rx_bad = atomic_read(&state->rx_bad);
527 lb_tests->rx_bad += rx_bad;
[all...]
H A Dfalcon_xmac.c309 FALCON_STAT(efx, XgRxFCSerrorPkts, rx_bad);
H A Dethtool.c124 EFX_ETHTOOL_U64_MAC_STAT(rx_bad),
358 &lb_tests->rx_bad,
360 EFX_LOOPBACK_NAME(mode, "rx_bad"));
H A Dnet_driver.h590 u64 rx_bad; member in struct:efx_mac_stats
H A Dsiena.c478 MAC_STAT(rx_bad, RX_BAD_FCS_PKTS);
H A Defx.c1873 stats->rx_crc_errors = mac_stats->rx_bad;
/drivers/isdn/sc/
H A Dscioc.h46 unsigned long rx_bad; member in struct:__anon1305
H A Dioctl.c509 bi->status.pristats[i - 1].link_stats.rx_bad =
523 bi->dch_stats.rx_bad = (unsigned long)rcvmsg.msg_data.byte_array[12];
542 bi->dch_stats.rx_bad = (unsigned long)rcvmsg.msg_data.byte_array[12];
549 bi->status.bristats[0].link_stats.rx_bad =
557 bi->status.bristats[1].link_stats.rx_bad =

Completed in 170 milliseconds