Home
last modified time | relevance | path

Searched refs:netstats (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dipoib.h114 struct pcpu_sw_netstats __percpu *netstats; member
135 struct pcpu_sw_netstats *netstats = this_cpu_ptr(priv->netstats); in hfi1_ipoib_update_rx_netstats() local
137 u64_stats_update_begin(&netstats->syncp); in hfi1_ipoib_update_rx_netstats()
138 netstats->rx_packets += packets; in hfi1_ipoib_update_rx_netstats()
139 netstats->rx_bytes += bytes; in hfi1_ipoib_update_rx_netstats()
140 u64_stats_update_end(&netstats->syncp); in hfi1_ipoib_update_rx_netstats()
148 struct pcpu_sw_netstats *netstats = this_cpu_ptr(priv->netstats); in hfi1_ipoib_update_tx_netstats() local
150 u64_stats_update_begin(&netstats->syncp); in hfi1_ipoib_update_tx_netstats()
151 netstats->tx_packets += packets; in hfi1_ipoib_update_tx_netstats()
152 netstats->tx_bytes += bytes; in hfi1_ipoib_update_tx_netstats()
[all …]
Dvnic_main.c88 struct rtnl_link_stats64 *qnstats = &vinfo->stats[i].netstats; in hfi1_vnic_update_stats()
90 stats->netstats.tx_fifo_errors += qnstats->tx_fifo_errors; in hfi1_vnic_update_stats()
91 stats->netstats.tx_carrier_errors += qnstats->tx_carrier_errors; in hfi1_vnic_update_stats()
96 stats->netstats.tx_packets += qnstats->tx_packets; in hfi1_vnic_update_stats()
97 stats->netstats.tx_bytes += qnstats->tx_bytes; in hfi1_vnic_update_stats()
103 struct rtnl_link_stats64 *qnstats = &vinfo->stats[i].netstats; in hfi1_vnic_update_stats()
105 stats->netstats.rx_fifo_errors += qnstats->rx_fifo_errors; in hfi1_vnic_update_stats()
106 stats->netstats.rx_nohandler += qnstats->rx_nohandler; in hfi1_vnic_update_stats()
112 stats->netstats.rx_packets += qnstats->rx_packets; in hfi1_vnic_update_stats()
113 stats->netstats.rx_bytes += qnstats->rx_bytes; in hfi1_vnic_update_stats()
[all …]
Dipoib_main.c24 priv->netstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in hfi1_ipoib_dev_init()
102 dev_fetch_sw_netstats(storage, priv->netstats); in hfi1_ipoib_dev_get_stats64()
185 free_percpu(priv->netstats); in hfi1_ipoib_netdev_dtor()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_ethtool.c71 {"rx_packets", VNIC_STAT(netstats.rx_packets)},
72 {"tx_packets", VNIC_STAT(netstats.tx_packets)},
73 {"rx_bytes", VNIC_STAT(netstats.rx_bytes)},
74 {"tx_bytes", VNIC_STAT(netstats.tx_bytes)},
75 {"rx_errors", VNIC_STAT(netstats.rx_errors)},
76 {"tx_errors", VNIC_STAT(netstats.tx_errors)},
77 {"rx_dropped", VNIC_STAT(netstats.rx_dropped)},
78 {"tx_dropped", VNIC_STAT(netstats.tx_dropped)},
108 {"rx_fifo_errors", VNIC_STAT(netstats.rx_fifo_errors)},
109 {"rx_length_errors", VNIC_STAT(netstats.rx_length_errors)},
[all …]
Dopa_vnic_vema_iface.c93 adapter->rn_ops->ndo_get_stats64(adapter->netdev, &vstats.netstats); in opa_vnic_get_summary_counters()
100 cntrs->tx_errors = cpu_to_be64(vstats.netstats.tx_errors); in opa_vnic_get_summary_counters()
101 cntrs->rx_errors = cpu_to_be64(vstats.netstats.rx_errors); in opa_vnic_get_summary_counters()
102 cntrs->tx_packets = cpu_to_be64(vstats.netstats.tx_packets); in opa_vnic_get_summary_counters()
103 cntrs->rx_packets = cpu_to_be64(vstats.netstats.rx_packets); in opa_vnic_get_summary_counters()
104 cntrs->tx_bytes = cpu_to_be64(vstats.netstats.tx_bytes); in opa_vnic_get_summary_counters()
105 cntrs->rx_bytes = cpu_to_be64(vstats.netstats.rx_bytes); in opa_vnic_get_summary_counters()
132 adapter->rn_ops->ndo_get_stats64(adapter->netdev, &vstats.netstats); in opa_vnic_get_error_counters()
139 cntrs->tx_errors = cpu_to_be64(vstats.netstats.tx_errors); in opa_vnic_get_error_counters()
140 cntrs->rx_errors = cpu_to_be64(vstats.netstats.rx_errors); in opa_vnic_get_error_counters()
[all …]
Dopa_vnic_netdev.c73 adapter->rn_ops->ndo_get_stats64(netdev, &vstats.netstats); in opa_vnic_get_stats64()
75 memcpy(stats, &vstats.netstats, sizeof(*stats)); in opa_vnic_get_stats64()
/kernel/linux/linux-5.10/include/rdma/
Dopa_vnic.h79 struct rtnl_link_stats64 netstats; member
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dnetdev.c628 return &vif->netstats; in mac_stats()
701 vif->netstats.tx_packets++; in wilc_mac_xmit()
702 vif->netstats.tx_bytes += tx_data->size; in wilc_mac_xmit()
784 vif->netstats.rx_packets++; in wilc_frmw_to_host()
785 vif->netstats.rx_bytes += frame_len; in wilc_frmw_to_host()
Dnetdev.h184 struct net_device_stats netstats; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c357 u64 *netstats = (u64 *)s; in dpaa_get_stats64() local
368 netstats[j] += cpustats[j]; in dpaa_get_stats64()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c1915 u64 *netstats = (u64 *)stats; in dpaa2_eth_get_stats() local
1923 netstats[j] += cpustats[j]; in dpaa2_eth_get_stats()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h4574 const struct pcpu_sw_netstats __percpu *netstats);
/kernel/linux/linux-5.10/net/core/
Ddev.c10478 const struct pcpu_sw_netstats __percpu *netstats) in dev_fetch_sw_netstats() argument
10487 stats = per_cpu_ptr(netstats, cpu); in dev_fetch_sw_netstats()