| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_stats.c | 552 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_bmac_stats_update() local 635 estats->pause_frames_received_hi = in bnx2x_bmac_stats_update() 637 estats->pause_frames_received_lo = in bnx2x_bmac_stats_update() 640 estats->pause_frames_sent_hi = in bnx2x_bmac_stats_update() 642 estats->pause_frames_sent_lo = in bnx2x_bmac_stats_update() 645 estats->pfc_frames_received_hi = in bnx2x_bmac_stats_update() 647 estats->pfc_frames_received_lo = in bnx2x_bmac_stats_update() 649 estats->pfc_frames_sent_hi = in bnx2x_bmac_stats_update() 651 estats->pfc_frames_sent_lo = in bnx2x_bmac_stats_update() 658 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_mstat_stats_update() local [all …]
|
| H A D | bnx2x_stats.h | 408 ADD_64(estats->t##_hi, diff.hi, \ 409 estats->t##_lo, diff.lo); \ 445 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \ 458 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \ 482 ADD_64(estats->s##_hi, qstats->s##_hi, \ 483 estats->s##_lo, qstats->s##_lo); \ 484 SUB_64(estats->s##_hi, qstats_old->s##_hi_old, \ 485 estats->s##_lo, qstats_old->s##_lo_old); \ 492 estats->s += qstats->s; \ 493 estats->s -= qstats_old->s##_old; \ [all …]
|
| /linux/arch/um/drivers/ |
| H A D | vector_kern.c | 114 vp->estats.rx_queue_max = 0; in vector_reset_stats() 115 vp->estats.rx_queue_running_average = 0; in vector_reset_stats() 116 vp->estats.rx_encaps_errors = 0; in vector_reset_stats() 117 vp->estats.sg_ok = 0; in vector_reset_stats() 118 vp->estats.sg_linearized = 0; in vector_reset_stats() 126 vp->estats.tx_timeout_count = 0; in vector_reset_stats() 127 vp->estats.tx_restart_queue = 0; in vector_reset_stats() 128 vp->estats.tx_kicks = 0; in vector_reset_stats() 129 vp->estats.tx_flow_control_xon = 0; in vector_reset_stats() 130 vp->estats.tx_flow_control_xoff = 0; in vector_reset_stats() [all …]
|
| H A D | vector_kern.h | 131 struct vector_estats estats; member
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 761 struct nv_ethtool_stats estats; member 1657 np->estats.tx_bytes += readl(base + NvRegTxCnt); in nv_update_stats() 1658 np->estats.tx_zero_rexmt += readl(base + NvRegTxZeroReXmt); in nv_update_stats() 1659 np->estats.tx_one_rexmt += readl(base + NvRegTxOneReXmt); in nv_update_stats() 1660 np->estats.tx_many_rexmt += readl(base + NvRegTxManyReXmt); in nv_update_stats() 1661 np->estats.tx_late_collision += readl(base + NvRegTxLateCol); in nv_update_stats() 1662 np->estats.tx_fifo_errors += readl(base + NvRegTxUnderflow); in nv_update_stats() 1663 np->estats.tx_carrier_errors += readl(base + NvRegTxLossCarrier); in nv_update_stats() 1664 np->estats.tx_excess_deferral += readl(base + NvRegTxExcessDef); in nv_update_stats() 1665 np->estats.tx_retry_error += readl(base + NvRegTxRetryErr); in nv_update_stats() [all …]
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_debugfs.c | 611 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats() argument 616 estats->rx_bytes, estats->rx_unicast, estats->rx_multicast); in i40e_dbg_dump_eth_stats() 619 estats->rx_broadcast, estats->rx_discards); in i40e_dbg_dump_eth_stats() 622 estats->rx_unknown_protocol, estats->tx_bytes); in i40e_dbg_dump_eth_stats() 625 estats->tx_unicast, estats->tx_multicast, estats->tx_broadcast); in i40e_dbg_dump_eth_stats() 628 estats->tx_discards, estats->tx_errors); in i40e_dbg_dump_eth_stats()
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 1035 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring() 1046 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring() 1139 ++dev->estats.tx_dropped; in emac_clean_tx_ring() 1567 ++dev->estats.tx_undo; in emac_start_xmit_sg() 1578 struct emac_error_stats *st = &dev->estats; in emac_parse_tx_error() 1669 struct emac_error_stats *st = &dev->estats; in emac_parse_rx_error() 1712 ++dev->estats.rx_dropped_mtu; in emac_rx_sg_append() 1755 ++dev->estats.rx_dropped_error; in emac_poll_rx() 1762 ++dev->estats.rx_dropped_stack; in emac_poll_rx() 1801 ++dev->estats.rx_dropped_oom; in emac_poll_rx() [all …]
|
| H A D | core.h | 252 struct emac_error_stats estats; member
|
| /linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
| H A D | mlxbf_gige_ethtool.c | 82 struct ethtool_stats *estats, in mlxbf_gige_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| H A D | ethtool.c | 287 struct ethtool_stats *estats, u64 *data) in alx_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1230 struct gfar_extra_stats *estats = &priv->extra_stats; in gfar_rx_alloc_err() local 1233 atomic64_inc(&estats->rx_alloc_err); in gfar_rx_alloc_err() 2223 struct gfar_extra_stats *estats = &priv->extra_stats; in count_errors() local 2229 atomic64_inc(&estats->rx_trunc); in count_errors() 2238 atomic64_inc(&estats->rx_large); in count_errors() 2240 atomic64_inc(&estats->rx_short); in count_errors() 2244 atomic64_inc(&estats->rx_nonoctet); in count_errors() 2247 atomic64_inc(&estats->rx_crcerr); in count_errors() 2251 atomic64_inc(&estats->rx_overrun); in count_errors()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunvnet.c | 144 struct ethtool_stats *estats, u64 *data) in vnet_get_ethtool_stats() argument
|
| H A D | cassini.c | 4675 struct ethtool_stats *estats, u64 *data) in cas_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/vertexcom/ |
| H A D | mse102x.c | 619 struct ethtool_stats *estats, u64 *data) in mse102x_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 1539 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 1636 struct ethtool_stats *estats, u64 *data) in ravb_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 11911 estats->member = old_estats->member + \ 11914 static void tg3_get_estats(struct tg3 *tp, struct tg3_ethtool_stats *estats) in tg3_get_estats() argument 12894 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument
|