| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_netdev.c | 433 stats64->tx_bytes = tx_bytes; in fbnic_get_stats64() 434 stats64->tx_packets = tx_packets; in fbnic_get_stats64() 435 stats64->tx_dropped = tx_dropped; in fbnic_get_stats64() 451 stats64->tx_bytes += tx_bytes; in fbnic_get_stats64() 452 stats64->tx_packets += tx_packets; in fbnic_get_stats64() 484 stats64->rx_bytes = rx_bytes; in fbnic_get_stats64() 485 stats64->rx_packets = rx_packets; in fbnic_get_stats64() 486 stats64->rx_dropped = rx_dropped; in fbnic_get_stats64() 487 stats64->rx_over_errors = rx_over; in fbnic_get_stats64() 488 stats64->rx_errors = rx_errors; in fbnic_get_stats64() [all …]
|
| /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 | 635 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 637 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 645 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 647 adapter->stats64.tx_bytes += len; in fjes_xmit_frame() 674 adapter->stats64.tx_dropped += 1; in fjes_xmit_frame() 676 adapter->stats64.tx_errors += 1; in fjes_xmit_frame() 714 adapter->stats64.tx_errors += 1; in fjes_xmit_frame() 750 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 752 adapter->stats64.tx_bytes += 1; in fjes_xmit_frame() 984 adapter->stats64.rx_dropped += 1; in fjes_poll() [all …]
|
| A D | fjes.h | 28 struct rtnl_link_stats64 stats64; member
|
| /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()
|
| /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()
|
| /drivers/net/ethernet/broadcom/genet/ |
| A D | bcmgenet.c | 1029 tx_rings[num].stats64, packets), \ 1031 tx_rings[num].stats64, bytes), \ 1033 tx_rings[num].stats64, errors), \ 1035 tx_rings[num].stats64, dropped), \ 1037 rx_rings[num].stats64, bytes), \ 1041 rx_rings[num].stats64, errors), \ 1047 rx_rings[num].stats64, missed), \ 1059 rx_rings[num].stats64, broadcast) 1309 struct rtnl_link_stats64 stats64; in bcmgenet_get_ethtool_stats() local 1317 dev_get_stats(dev, &stats64); in bcmgenet_get_ethtool_stats() [all …]
|
| A D | bcmgenet.h | 542 struct bcmgenet_tx_stats64 stats64; member 566 struct bcmgenet_rx_stats64 stats64; member
|
| /drivers/net/dsa/xrs700x/ |
| A D | xrs700x.h | 23 struct rtnl_link_stats64 stats64; member
|
| A D | xrs700x.c | 141 p->stats64 = stats; in xrs700x_read_port_counters() 181 *s = p->stats64; in xrs700x_get_stats64()
|
| /drivers/net/ethernet/broadcom/ |
| A D | bcmsysport.c | 451 struct bcm_sysport_stats64 *stats64 = &priv->stats64; in bcm_sysport_get_stats() local 461 stats64->tx_bytes = tx_bytes; in bcm_sysport_get_stats() 462 stats64->tx_packets = tx_packets; in bcm_sysport_get_stats() 473 p = (char *)stats64; in bcm_sysport_get_stats() 725 struct bcm_sysport_stats64 *stats64 = &priv->stats64; in bcm_sysport_desc_rx() local 832 stats64->rx_packets++; in bcm_sysport_desc_rx() 833 stats64->rx_bytes += len; in bcm_sysport_desc_rx() 1850 struct bcm_sysport_stats64 *stats64 = &priv->stats64; in bcm_sysport_get_stats64() local 1860 stats->rx_packets = stats64->rx_packets; in bcm_sysport_get_stats64() 1861 stats->rx_bytes = stats64->rx_bytes; in bcm_sysport_get_stats64()
|
| A D | bcmsysport.h | 765 struct bcm_sysport_stats64 stats64; member
|
| /drivers/net/usb/ |
| A D | usbnet.c | 331 struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->net->tstats); in usbnet_skb_return() local 344 flags = u64_stats_update_begin_irqsave(&stats64->syncp); in usbnet_skb_return() 345 u64_stats_inc(&stats64->rx_packets); in usbnet_skb_return() 346 u64_stats_add(&stats64->rx_bytes, skb->len); in usbnet_skb_return() 347 u64_stats_update_end_irqrestore(&stats64->syncp, flags); in usbnet_skb_return() 1285 struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->net->tstats); in tx_complete() local 1288 flags = u64_stats_update_begin_irqsave(&stats64->syncp); in tx_complete() 1289 u64_stats_add(&stats64->tx_packets, entry->packets); in tx_complete() 1290 u64_stats_add(&stats64->tx_bytes, entry->length); in tx_complete() 1291 u64_stats_update_end_irqrestore(&stats64->syncp, flags); in tx_complete()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_rep.c | 158 struct rtnl_link_stats64 stats64 = {}; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local 161 mlx5e_fold_sw_stats64(priv, &stats64); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 163 s->rx_packets = stats64.rx_packets; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 164 s->rx_bytes = stats64.rx_bytes; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 165 s->tx_packets = stats64.tx_packets; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 166 s->tx_bytes = stats64.tx_bytes; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 167 s->tx_queue_dropped = stats64.tx_dropped; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
|
| /drivers/net/ppp/ |
| A D | ppp_generic.c | 1537 ppp_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats64) in ppp_get_stats64() argument 1539 stats64->rx_errors = dev->stats.rx_errors; in ppp_get_stats64() 1540 stats64->tx_errors = dev->stats.tx_errors; in ppp_get_stats64() 1541 stats64->rx_dropped = dev->stats.rx_dropped; in ppp_get_stats64() 1542 stats64->tx_dropped = dev->stats.tx_dropped; in ppp_get_stats64() 1543 stats64->rx_length_errors = dev->stats.rx_length_errors; in ppp_get_stats64() 1544 dev_fetch_sw_netstats(stats64, dev->tstats); in ppp_get_stats64()
|
| /drivers/net/ethernet/broadcom/asp2/ |
| A D | bcmasp_intf.c | 445 struct bcmasp_intf_stats64 *stats = &intf->stats64; in bcmasp_tx_reclaim() 512 struct bcmasp_intf_stats64 *stats = &intf->stats64; in bcmasp_rx_poll() 1155 lstats = &intf->stats64; in bcmasp_get_stats64()
|
| A D | bcmasp.h | 336 struct bcmasp_intf_stats64 stats64; member
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc.h | 277 struct rtnl_link_stats64 stats64; member
|
| A D | igc_ethtool.c | 821 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igc_ethtool_get_stats()
|
| A D | igc_main.c | 5149 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igc_update_stats() 5491 memcpy(stats, &adapter->stats64, sizeof(*stats)); in igc_get_stats64()
|
| /drivers/net/ethernet/intel/igb/ |
| A D | igb.h | 597 struct rtnl_link_stats64 stats64; member
|
| A D | igb_ethtool.c | 2295 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igb_get_ethtool_stats()
|
| A D | igb_main.c | 6699 memcpy(stats, &adapter->stats64, sizeof(*stats)); in igb_get_stats64() 6763 struct rtnl_link_stats64 *net_stats = &adapter->stats64; in igb_update_stats()
|
| /drivers/net/dsa/microchip/ |
| A D | ksz_common.h | 47 struct rtnl_link_stats64 stats64; member
|
| A D | ksz_common.c | 2229 stats = &mib->stats64; in ksz_r_mib_stats64() 2284 stats = &mib->stats64; in ksz88xx_r_mib_stats64() 2334 memcpy(s, &mib->stats64, sizeof(*s)); in ksz_get_stats64()
|