/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 554 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_bmac_stats_update() local 637 estats->pause_frames_received_hi = in bnx2x_bmac_stats_update() 639 estats->pause_frames_received_lo = in bnx2x_bmac_stats_update() 642 estats->pause_frames_sent_hi = in bnx2x_bmac_stats_update() 644 estats->pause_frames_sent_lo = in bnx2x_bmac_stats_update() 647 estats->pfc_frames_received_hi = in bnx2x_bmac_stats_update() 649 estats->pfc_frames_received_lo = in bnx2x_bmac_stats_update() 651 estats->pfc_frames_sent_hi = in bnx2x_bmac_stats_update() 653 estats->pfc_frames_sent_lo = in bnx2x_bmac_stats_update() 660 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_mstat_stats_update() local [all …]
|
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 …]
|
/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 761 struct nv_ethtool_stats estats; member 1671 np->estats.tx_bytes += readl(base + NvRegTxCnt); in nv_update_stats() 1672 np->estats.tx_zero_rexmt += readl(base + NvRegTxZeroReXmt); in nv_update_stats() 1673 np->estats.tx_one_rexmt += readl(base + NvRegTxOneReXmt); in nv_update_stats() 1674 np->estats.tx_many_rexmt += readl(base + NvRegTxManyReXmt); in nv_update_stats() 1675 np->estats.tx_late_collision += readl(base + NvRegTxLateCol); in nv_update_stats() 1676 np->estats.tx_fifo_errors += readl(base + NvRegTxUnderflow); in nv_update_stats() 1677 np->estats.tx_carrier_errors += readl(base + NvRegTxLossCarrier); in nv_update_stats() 1678 np->estats.tx_excess_deferral += readl(base + NvRegTxExcessDef); in nv_update_stats() 1679 np->estats.tx_retry_error += readl(base + NvRegTxRetryErr); in nv_update_stats() [all …]
|
/drivers/net/ethernet/ibm/emac/ |
D | core.c | 1045 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring() 1056 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring() 1149 ++dev->estats.tx_dropped; in emac_clean_tx_ring() 1589 ++dev->estats.tx_undo; in emac_start_xmit_sg() 1600 struct emac_error_stats *st = &dev->estats; in emac_parse_tx_error() 1691 struct emac_error_stats *st = &dev->estats; in emac_parse_rx_error() 1734 ++dev->estats.rx_dropped_mtu; in emac_rx_sg_append() 1776 ++dev->estats.rx_dropped_error; in emac_poll_rx() 1783 ++dev->estats.rx_dropped_stack; in emac_poll_rx() 1809 ++dev->estats.rx_dropped_stack; in emac_poll_rx() [all …]
|
D | core.h | 257 struct emac_error_stats estats; member
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 670 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats() argument 675 estats->rx_bytes, estats->rx_unicast, estats->rx_multicast); in i40e_dbg_dump_eth_stats() 678 estats->rx_broadcast, estats->rx_discards); in i40e_dbg_dump_eth_stats() 681 estats->rx_unknown_protocol, estats->tx_bytes); in i40e_dbg_dump_eth_stats() 684 estats->tx_unicast, estats->tx_multicast, estats->tx_broadcast); in i40e_dbg_dump_eth_stats() 687 estats->tx_discards, estats->tx_errors); in i40e_dbg_dump_eth_stats()
|
/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_ethtool.c | 82 struct ethtool_stats *estats, in mlxbf_gige_get_ethtool_stats() argument
|
/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 192 qcaspi_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) in qcaspi_get_ethtool_stats() argument
|
/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 287 struct ethtool_stats *estats, u64 *data) in alx_get_ethtool_stats() argument
|
/drivers/net/ethernet/freescale/ |
D | gianfar.c | 1237 struct gfar_extra_stats *estats = &priv->extra_stats; in gfar_rx_alloc_err() local 1240 atomic64_inc(&estats->rx_alloc_err); in gfar_rx_alloc_err() 2262 struct gfar_extra_stats *estats = &priv->extra_stats; in count_errors() local 2268 atomic64_inc(&estats->rx_trunc); in count_errors() 2277 atomic64_inc(&estats->rx_large); in count_errors() 2279 atomic64_inc(&estats->rx_short); in count_errors() 2283 atomic64_inc(&estats->rx_nonoctet); in count_errors() 2286 atomic64_inc(&estats->rx_crcerr); in count_errors() 2290 atomic64_inc(&estats->rx_overrun); in count_errors()
|
/drivers/net/ethernet/sun/ |
D | sunvnet.c | 158 struct ethtool_stats *estats, u64 *data) in vnet_get_ethtool_stats() argument
|
D | cassini.c | 4696 struct ethtool_stats *estats, u64 *data) in cas_get_ethtool_stats() argument
|
/drivers/net/ethernet/vertexcom/ |
D | mse102x.c | 582 struct ethtool_stats *estats, u64 *data) in mse102x_get_ethtool_stats() argument
|
/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1539 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument
|
/drivers/net/ethernet/cortina/ |
D | gemini.c | 2035 struct ethtool_stats *estats, u64 *values) in gmac_get_ethtool_stats() argument
|
/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 1573 struct ethtool_stats *estats, u64 *data) in ravb_get_ethtool_stats() argument
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 11830 estats->member = old_estats->member + \ 11833 static void tg3_get_estats(struct tg3 *tp, struct tg3_ethtool_stats *estats) in tg3_get_estats() argument 12821 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument
|
/drivers/net/ethernet/neterion/ |
D | s2io.c | 6237 struct ethtool_stats *estats, in s2io_get_ethtool_stats() argument
|