Home
last modified time | relevance | path

Searched refs:estats (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c554 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 in bnx2x_mstat_stats_update() local
751 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_emac_stats_update() local
809 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_hw_stats_update() local
926 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_storm_stats_update() local
1119 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_net_stats_update() local
1189 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_drv_stats_update() local
1255 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_stats_update() local
1694 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_save_statistics() local
1708 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_afex_collect_stats() local
[all...]
H A Dbnx2x_stats.h408 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
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c554 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 in bnx2x_mstat_stats_update() local
751 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_emac_stats_update() local
809 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_hw_stats_update() local
925 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_storm_stats_update() local
1118 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_net_stats_update() local
1188 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_drv_stats_update() local
1254 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_stats_update() local
1693 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_save_statistics() local
1707 struct bnx2x_eth_stats *estats = &bp->eth_stats; bnx2x_afex_collect_stats() local
[all...]
H A Dbnx2x_stats.h402 ADD_64(estats->t##_hi, diff.hi, \
403 estats->t##_lo, diff.lo); \
439 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \
452 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \
476 ADD_64(estats->s##_hi, qstats->s##_hi, \
477 estats->s##_lo, qstats->s##_lo); \
478 SUB_64(estats->s##_hi, qstats_old->s##_hi_old, \
479 estats
[all...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_kern.c106 vp->estats.rx_queue_max = 0; in vector_reset_stats()
107 vp->estats.rx_queue_running_average = 0; in vector_reset_stats()
108 vp->estats.tx_queue_max = 0; in vector_reset_stats()
109 vp->estats.tx_queue_running_average = 0; in vector_reset_stats()
110 vp->estats.rx_encaps_errors = 0; in vector_reset_stats()
111 vp->estats.tx_timeout_count = 0; in vector_reset_stats()
112 vp->estats.tx_restart_queue = 0; in vector_reset_stats()
113 vp->estats.tx_kicks = 0; in vector_reset_stats()
114 vp->estats.tx_flow_control_xon = 0; in vector_reset_stats()
115 vp->estats in vector_reset_stats()
1483 vector_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) vector_get_ethtool_stats() argument
[all...]
H A Dvector_kern.h129 struct vector_estats estats; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_kern.c105 vp->estats.rx_queue_max = 0; in vector_reset_stats()
106 vp->estats.rx_queue_running_average = 0; in vector_reset_stats()
107 vp->estats.tx_queue_max = 0; in vector_reset_stats()
108 vp->estats.tx_queue_running_average = 0; in vector_reset_stats()
109 vp->estats.rx_encaps_errors = 0; in vector_reset_stats()
110 vp->estats.tx_timeout_count = 0; in vector_reset_stats()
111 vp->estats.tx_restart_queue = 0; in vector_reset_stats()
112 vp->estats.tx_kicks = 0; in vector_reset_stats()
113 vp->estats.tx_flow_control_xon = 0; in vector_reset_stats()
114 vp->estats in vector_reset_stats()
1478 vector_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) vector_get_ethtool_stats() argument
[all...]
H A Dvector_kern.h130 struct vector_estats estats; member
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H A Dforcedeth.c761 struct nv_ethtool_stats estats; member
1672 WARN_ONCE(in_irq(), "forcedeth: estats spin_lock(_bh) from top-half"); in nv_update_stats()
1676 np->estats.tx_bytes += readl(base + NvRegTxCnt); in nv_update_stats()
1677 np->estats.tx_zero_rexmt += readl(base + NvRegTxZeroReXmt); in nv_update_stats()
1678 np->estats.tx_one_rexmt += readl(base + NvRegTxOneReXmt); in nv_update_stats()
1679 np->estats.tx_many_rexmt += readl(base + NvRegTxManyReXmt); in nv_update_stats()
1680 np->estats.tx_late_collision += readl(base + NvRegTxLateCol); in nv_update_stats()
1681 np->estats.tx_fifo_errors += readl(base + NvRegTxUnderflow); in nv_update_stats()
1682 np->estats.tx_carrier_errors += readl(base + NvRegTxLossCarrier); in nv_update_stats()
1683 np->estats in nv_update_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/
H A Dforcedeth.c761 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 in nv_update_stats()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c667 * @estats: the eth stats structure to be dumped
670 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats()
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 in i40e_dbg_dump_eth_stats()
669 i40e_dbg_dump_eth_stats(struct i40e_pf *pf, struct i40e_eth_stats *estats) i40e_dbg_dump_eth_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c667 * @estats: the eth stats structure to be dumped
670 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats()
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 in i40e_dbg_dump_eth_stats()
669 i40e_dbg_dump_eth_stats(struct i40e_pf *pf, struct i40e_eth_stats *estats) i40e_dbg_dump_eth_stats() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H A Dcore.c1044 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring()
1055 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring()
1148 ++dev->estats.tx_dropped; in emac_clean_tx_ring()
1588 ++dev->estats.tx_undo; in emac_start_xmit_sg()
1599 struct emac_error_stats *st = &dev->estats; in emac_parse_tx_error()
1690 struct emac_error_stats *st = &dev->estats; in emac_parse_rx_error()
1733 ++dev->estats.rx_dropped_mtu; in emac_rx_sg_append()
1775 ++dev->estats.rx_dropped_error; in emac_poll_rx()
1782 ++dev->estats.rx_dropped_stack; in emac_poll_rx()
1808 ++dev->estats in emac_poll_rx()
2267 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) emac_ethtool_get_ethtool_stats() argument
[all...]
H A Dcore.h257 struct emac_error_stats estats; member
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H A Dcore.c1046 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring()
1057 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring()
1150 ++dev->estats.tx_dropped; in emac_clean_tx_ring()
1590 ++dev->estats.tx_undo; in emac_start_xmit_sg()
1601 struct emac_error_stats *st = &dev->estats; in emac_parse_tx_error()
1692 struct emac_error_stats *st = &dev->estats; in emac_parse_rx_error()
1735 ++dev->estats.rx_dropped_mtu; in emac_rx_sg_append()
1777 ++dev->estats.rx_dropped_error; in emac_poll_rx()
1784 ++dev->estats.rx_dropped_stack; in emac_poll_rx()
1810 ++dev->estats in emac_poll_rx()
2272 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) emac_ethtool_get_ethtool_stats() argument
[all...]
H A Dcore.h256 struct emac_error_stats estats; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_ethtool.c82 struct ethtool_stats *estats, in mlxbf_gige_get_ethtool_stats()
81 mlxbf_gige_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *estats, u64 *data) mlxbf_gige_get_ethtool_stats() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c191 qcaspi_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) in qcaspi_get_ethtool_stats() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dethtool.c276 struct ethtool_stats *estats, u64 *data) in alx_get_ethtool_stats()
275 alx_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *estats, u64 *data) alx_get_ethtool_stats() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H A Dethtool.c287 struct ethtool_stats *estats, u64 *data) in alx_get_ethtool_stats()
286 alx_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *estats, u64 *data) alx_get_ethtool_stats() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c192 qcaspi_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) in qcaspi_get_ethtool_stats() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar.c1270 struct gfar_extra_stats *estats = &priv->extra_stats; in gfar_rx_alloc_err() local
1273 atomic64_inc(&estats->rx_alloc_err); in gfar_rx_alloc_err()
2298 struct gfar_extra_stats *estats = &priv->extra_stats; in count_errors() local
2304 atomic64_inc(&estats->rx_trunc); in count_errors()
2313 atomic64_inc(&estats->rx_large); in count_errors()
2315 atomic64_inc(&estats->rx_short); in count_errors()
2319 atomic64_inc(&estats->rx_nonoctet); in count_errors()
2322 atomic64_inc(&estats->rx_crcerr); in count_errors()
2326 atomic64_inc(&estats->rx_overrun); in count_errors()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.c1237 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunvnet.c158 struct ethtool_stats *estats, u64 *data) in vnet_get_ethtool_stats()
157 vnet_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) vnet_get_ethtool_stats() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunvnet.c158 struct ethtool_stats *estats, u64 *data) in vnet_get_ethtool_stats()
157 vnet_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) vnet_get_ethtool_stats() argument

Completed in 38 milliseconds

12