/linux-6.3-rc2/drivers/net/fjes/ |
A D | fjes_ethtool.c | 29 FJES_STAT("rx_packets", stats64.rx_packets), 30 FJES_STAT("tx_packets", stats64.tx_packets), 31 FJES_STAT("rx_bytes", stats64.rx_bytes), 32 FJES_STAT("tx_bytes", stats64.rx_bytes), 33 FJES_STAT("rx_dropped", stats64.rx_dropped), 34 FJES_STAT("tx_dropped", stats64.tx_dropped),
|
A D | fjes_main.c | 638 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 640 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 648 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 650 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 677 adapter->stats64.tx_dropped += 1; in fjes_xmit_frame() 679 adapter->stats64.tx_errors += 1; in fjes_xmit_frame() 717 adapter->stats64.tx_errors += 1; in fjes_xmit_frame() 753 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 755 adapter->stats64.tx_bytes += 1; in fjes_xmit_frame() 987 adapter->stats64.rx_dropped += 1; in fjes_poll() [all …]
|
A D | fjes.h | 28 struct rtnl_link_stats64 stats64; member
|
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/ |
A D | lio_vf_rep.c | 38 struct rtnl_link_stats64 *stats64); 184 struct rtnl_link_stats64 *stats64) in lio_vf_rep_get_stats64() argument 189 stats64->tx_packets = vf_rep->stats.rx_packets; in lio_vf_rep_get_stats64() 190 stats64->tx_bytes = vf_rep->stats.rx_bytes; in lio_vf_rep_get_stats64() 191 stats64->tx_dropped = vf_rep->stats.rx_dropped; in lio_vf_rep_get_stats64() 193 stats64->rx_packets = vf_rep->stats.tx_packets; in lio_vf_rep_get_stats64() 194 stats64->rx_bytes = vf_rep->stats.tx_bytes; in lio_vf_rep_get_stats64() 195 stats64->rx_dropped = vf_rep->stats.tx_dropped; in lio_vf_rep_get_stats64()
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bnad_ethtool.c | 799 u64 *stats64; in bnad_get_ethtool_stats() local 837 stats64 = (u64 *)&bnad->stats.drv_stats; in bnad_get_ethtool_stats() 839 buf[bi++] = stats64[i]; in bnad_get_ethtool_stats() 842 stats64 = (u64 *) &bnad->stats.bna_stats->hw_stats; in bnad_get_ethtool_stats() 847 buf[bi++] = stats64[i]; in bnad_get_ethtool_stats() 853 stats64 = (u64 *)&bnad->stats.bna_stats-> in bnad_get_ethtool_stats() 857 buf[bi++] = stats64[j]; in bnad_get_ethtool_stats() 866 stats64 = (u64 *)&bnad->stats.bna_stats-> in bnad_get_ethtool_stats() 870 buf[bi++] = stats64[j]; in bnad_get_ethtool_stats()
|
/linux-6.3-rc2/drivers/net/ppp/ |
A D | ppp_generic.c | 1520 stats64->rx_packets = ppp->stats64.rx_packets; in ppp_get_stats64() 1521 stats64->rx_bytes = ppp->stats64.rx_bytes; in ppp_get_stats64() 1525 stats64->tx_packets = ppp->stats64.tx_packets; in ppp_get_stats64() 1526 stats64->tx_bytes = ppp->stats64.tx_bytes; in ppp_get_stats64() 1774 ++ppp->stats64.tx_packets; in ppp_send_frame() 2452 ++ppp->stats64.rx_packets; in ppp_receive_nonmp_frame() 2453 ppp->stats64.rx_bytes += skb->len - 2; in ppp_receive_nonmp_frame() 3284 st->p.ppp_ipackets = ppp->stats64.rx_packets; in ppp_get_stats() 3286 st->p.ppp_ibytes = ppp->stats64.rx_bytes; in ppp_get_stats() 3287 st->p.ppp_opackets = ppp->stats64.tx_packets; in ppp_get_stats() [all …]
|
/linux-6.3-rc2/drivers/net/dsa/xrs700x/ |
A D | xrs700x.h | 23 struct rtnl_link_stats64 stats64; member
|
A D | xrs700x.c | 143 p->stats64 = stats; in xrs700x_read_port_counters() 183 *s = p->stats64; in xrs700x_get_stats64()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_rep.c | 140 struct rtnl_link_stats64 stats64 = {}; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local 143 mlx5e_fold_sw_stats64(priv, &stats64); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 145 s->rx_packets = stats64.rx_packets; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 146 s->rx_bytes = stats64.rx_bytes; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 147 s->tx_packets = stats64.tx_packets; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 148 s->tx_bytes = stats64.tx_bytes; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 149 s->tx_queue_dropped = stats64.tx_dropped; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | bcmsysport.c | 485 struct bcm_sysport_stats64 *stats64 = &priv->stats64; in bcm_sysport_get_stats() local 495 stats64->tx_bytes = tx_bytes; in bcm_sysport_get_stats() 496 stats64->tx_packets = tx_packets; in bcm_sysport_get_stats() 507 p = (char *)stats64; in bcm_sysport_get_stats() 759 struct bcm_sysport_stats64 *stats64 = &priv->stats64; in bcm_sysport_desc_rx() local 866 stats64->rx_packets++; in bcm_sysport_desc_rx() 867 stats64->rx_bytes += len; in bcm_sysport_desc_rx() 1883 struct bcm_sysport_stats64 *stats64 = &priv->stats64; in bcm_sysport_get_stats64() local 1893 stats->rx_packets = stats64->rx_packets; in bcm_sysport_get_stats64() 1894 stats->rx_bytes = stats64->rx_bytes; in bcm_sysport_get_stats64()
|
A D | bcmsysport.h | 765 struct bcm_sysport_stats64 stats64; member
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | usbnet.c | 323 struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->net->tstats); in usbnet_skb_return() local 336 flags = u64_stats_update_begin_irqsave(&stats64->syncp); in usbnet_skb_return() 337 u64_stats_inc(&stats64->rx_packets); in usbnet_skb_return() 338 u64_stats_add(&stats64->rx_bytes, skb->len); in usbnet_skb_return() 339 u64_stats_update_end_irqrestore(&stats64->syncp, flags); in usbnet_skb_return() 1250 struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->net->tstats); in tx_complete() local 1253 flags = u64_stats_update_begin_irqsave(&stats64->syncp); in tx_complete() 1254 u64_stats_add(&stats64->tx_packets, entry->packets); in tx_complete() 1255 u64_stats_add(&stats64->tx_bytes, entry->length); in tx_complete() 1256 u64_stats_update_end_irqrestore(&stats64->syncp, flags); in tx_complete()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/bonding/ |
A D | net_forwarding_lib.sh | 747 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]' 826 jq ".[0].stats64.$dir.$stat"
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/dsa/ |
A D | lib.sh | 747 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]' 826 jq ".[0].stats64.$dir.$stat"
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/team/ |
A D | net_forwarding_lib.sh | 747 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]' 826 jq ".[0].stats64.$dir.$stat"
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | lib.sh | 747 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]' 826 jq ".[0].stats64.$dir.$stat"
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc.h | 193 struct rtnl_link_stats64 stats64; member
|
A D | igc_ethtool.c | 818 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igc_ethtool_get_stats()
|
A D | igc_main.c | 4771 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igc_update_stats() 5107 memcpy(stats, &adapter->stats64, sizeof(*stats)); in igc_get_stats64()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | igb.h | 589 struct rtnl_link_stats64 stats64; member
|
A D | igb_ethtool.c | 2292 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igb_get_ethtool_stats()
|
/linux-6.3-rc2/drivers/net/dsa/microchip/ |
A D | ksz_common.h | 33 struct rtnl_link_stats64 stats64; member
|
A D | ksz_common.c | 1617 stats = &mib->stats64; in ksz_r_mib_stats64() 1666 stats = &mib->stats64; in ksz88xx_r_mib_stats64() 1716 memcpy(s, &mib->stats64, sizeof(*s)); in ksz_get_stats64()
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 10370 void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64, in netdev_stats_to_stats64() argument 10375 u64 *dst = (u64 *)stats64; in netdev_stats_to_stats64() 10377 BUILD_BUG_ON(n > sizeof(*stats64) / sizeof(u64)); in netdev_stats_to_stats64() 10381 memset((char *)stats64 + n * sizeof(u64), 0, in netdev_stats_to_stats64() 10382 sizeof(*stats64) - n * sizeof(u64)); in netdev_stats_to_stats64()
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 4670 void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
|