Home
last modified time | relevance | path

Searched refs:estats (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_stats.c642 estats->pause_frames_sent_hi = in bnx2x_bmac_stats_update()
644 estats->pause_frames_sent_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()
732 estats->pause_frames_sent_hi = in bnx2x_mstat_stats_update()
741 estats->pfc_frames_sent_hi = in bnx2x_mstat_stats_update()
743 estats->pfc_frames_sent_lo = in bnx2x_mstat_stats_update()
840 ADD_EXTEND_64(estats->brb_truncate_hi, estats->brb_truncate_lo, in bnx2x_hw_stats_update()
871 estats->nig_timer_max); in bnx2x_hw_stats_update()
1137 tmp = estats->mac_discard; in bnx2x_net_stats_update()
[all …]
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); \
486 estats->s += qstats->s; \
487 estats->s -= qstats_old->s##_old; \
497 estats->s##_hi = fstats->s##_hi; \
498 estats->s##_lo = fstats->s##_lo; \
510 fwstats->f = estats->f; \
517 ADD_64(estats->s##_hi, estats->t##_hi, \
[all …]
/linux/arch/um/drivers/
A Dvector_kern.c105 vp->estats.rx_queue_max = 0; in vector_reset_stats()
107 vp->estats.tx_queue_max = 0; in vector_reset_stats()
109 vp->estats.rx_encaps_errors = 0; in vector_reset_stats()
112 vp->estats.tx_kicks = 0; in vector_reset_stats()
115 vp->estats.sg_ok = 0; in vector_reset_stats()
116 vp->estats.sg_linearized = 0; in vector_reset_stats()
313 vp->estats.sg_ok++; in prep_msg()
1093 vp->estats.tx_kicks++; in vector_net_start_xmit()
1103 vp->estats.tx_kicks++; in vector_net_start_xmit()
1202 vp->estats.tx_kicks++; in vector_tx_poll()
[all …]
A Dvector_kern.h129 struct vector_estats estats; member
/linux/drivers/net/ethernet/nvidia/
A Dforcedeth.c1692 np->estats.rx_packets = in nv_update_stats()
1693 np->estats.rx_unicast + in nv_update_stats()
1694 np->estats.rx_multicast + in nv_update_stats()
1695 np->estats.rx_broadcast; in nv_update_stats()
1696 np->estats.rx_errors_total = in nv_update_stats()
1697 np->estats.rx_crc_errors + in nv_update_stats()
1698 np->estats.rx_over_errors + in nv_update_stats()
1700 (np->estats.rx_frame_align_error - np->estats.rx_extra_byte) + in nv_update_stats()
1702 np->estats.rx_runt + in nv_update_stats()
1709 np->estats.tx_retry_error; in nv_update_stats()
[all …]
/linux/drivers/net/ethernet/ibm/emac/
A Dcore.c1045 ++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()
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()
1823 ++dev->estats.rx_dropped_oom; in emac_poll_rx()
1848 ++dev->estats.rx_dropped_oom; in emac_poll_rx()
1915 ++dev->estats.rx_stopped; in emac_rxde()
[all …]
A Dcore.h257 struct emac_error_stats estats; member
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_debugfs.c670 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()
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
A Dmlxbf_gige_ethtool.c81 struct ethtool_stats *estats, in mlxbf_gige_get_ethtool_stats() argument
/linux/drivers/net/ethernet/qualcomm/
A Dqca_debug.c190 qcaspi_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) in qcaspi_get_ethtool_stats() argument
/linux/drivers/net/ethernet/atheros/alx/
A Dethtool.c287 struct ethtool_stats *estats, u64 *data) in alx_get_ethtool_stats() argument
/linux/drivers/net/ethernet/freescale/
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()
2265 struct gfar_extra_stats *estats = &priv->extra_stats; in count_errors() local
2271 atomic64_inc(&estats->rx_trunc); in count_errors()
2280 atomic64_inc(&estats->rx_large); in count_errors()
2282 atomic64_inc(&estats->rx_short); in count_errors()
2286 atomic64_inc(&estats->rx_nonoctet); in count_errors()
2289 atomic64_inc(&estats->rx_crcerr); in count_errors()
2293 atomic64_inc(&estats->rx_overrun); in count_errors()
/linux/drivers/net/ethernet/sun/
A Dsunvnet.c158 struct ethtool_stats *estats, u64 *data) in vnet_get_ethtool_stats() argument
A Dcassini.c4711 struct ethtool_stats *estats, u64 *data) in cas_get_ethtool_stats() argument
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-ethtool.c230 struct ethtool_stats *estats, u64 *tmp_stats) in vxge_get_ethtool_stats() argument
/linux/drivers/net/ethernet/realtek/
A D8139cp.c1537 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument
/linux/drivers/net/ethernet/cortina/
A Dgemini.c2020 struct ethtool_stats *estats, u64 *values) in gmac_get_ethtool_stats() argument
/linux/drivers/net/ethernet/renesas/
A Dravb_main.c1564 struct ethtool_stats *estats, u64 *data) in ravb_get_ethtool_stats() argument
/linux/drivers/net/ethernet/broadcom/
A Dtg3.c11811 estats->member = old_estats->member + \
11814 static void tg3_get_estats(struct tg3 *tp, struct tg3_ethtool_stats *estats) in tg3_get_estats() argument
12775 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument
/linux/drivers/net/ethernet/neterion/
A Ds2io.c6234 struct ethtool_stats *estats, in s2io_get_ethtool_stats() argument

Completed in 119 milliseconds