Searched refs:netstats (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | vnic_main.c | 46 struct rtnl_link_stats64 *qnstats = &vinfo->stats[i].netstats; in hfi1_vnic_update_stats() 48 stats->netstats.tx_fifo_errors += qnstats->tx_fifo_errors; in hfi1_vnic_update_stats() 49 stats->netstats.tx_carrier_errors += qnstats->tx_carrier_errors; in hfi1_vnic_update_stats() 54 stats->netstats.tx_packets += qnstats->tx_packets; in hfi1_vnic_update_stats() 55 stats->netstats.tx_bytes += qnstats->tx_bytes; in hfi1_vnic_update_stats() 61 struct rtnl_link_stats64 *qnstats = &vinfo->stats[i].netstats; in hfi1_vnic_update_stats() 63 stats->netstats.rx_fifo_errors += qnstats->rx_fifo_errors; in hfi1_vnic_update_stats() 64 stats->netstats.rx_nohandler += qnstats->rx_nohandler; in hfi1_vnic_update_stats() 70 stats->netstats.rx_packets += qnstats->rx_packets; in hfi1_vnic_update_stats() 71 stats->netstats.rx_bytes += qnstats->rx_bytes; in hfi1_vnic_update_stats() [all …]
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_ethtool.c | 71 {"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 …]
|
H A D | opa_vnic_vema_iface.c | 93 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 …]
|
H A D | opa_vnic_netdev.c | 72 adapter->rn_ops->ndo_get_stats64(netdev, &vstats.netstats); in opa_vnic_get_stats64() 74 memcpy(stats, &vstats.netstats, sizeof(*stats)); in opa_vnic_get_stats64()
|
/linux/include/rdma/ |
H A D | opa_vnic.h | 79 struct rtnl_link_stats64 netstats; member
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.c | 640 return &vif->netstats; in mac_stats() 756 vif->netstats.tx_packets++; in wilc_mac_xmit() 757 vif->netstats.tx_bytes += tx_data->size; in wilc_mac_xmit() 842 vif->netstats.rx_packets++; in wilc_frmw_to_host() 843 vif->netstats.rx_bytes += frame_len; in wilc_frmw_to_host()
|
H A D | netdev.h | 184 struct net_device_stats netstats; member
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_virtchnl.c | 2292 struct rtnl_link_stats64 *netstats = &np->netstats; in idpf_send_get_stats_msg() local 2318 netstats->rx_packets = le64_to_cpu(stats_msg.rx_unicast) + in idpf_send_get_stats_msg() 2321 netstats->tx_packets = le64_to_cpu(stats_msg.tx_unicast) + in idpf_send_get_stats_msg() 2324 netstats->rx_bytes = le64_to_cpu(stats_msg.rx_bytes); in idpf_send_get_stats_msg() 2325 netstats->tx_bytes = le64_to_cpu(stats_msg.tx_bytes); in idpf_send_get_stats_msg() 2326 netstats->rx_errors = le64_to_cpu(stats_msg.rx_errors); in idpf_send_get_stats_msg() 2327 netstats->tx_errors = le64_to_cpu(stats_msg.tx_errors); in idpf_send_get_stats_msg() 2328 netstats->rx_dropped = le64_to_cpu(stats_msg.rx_discards); in idpf_send_get_stats_msg() 2329 netstats->tx_dropped = le64_to_cpu(stats_msg.tx_discards); in idpf_send_get_stats_msg()
|
H A D | idpf.h | 157 struct rtnl_link_stats64 netstats; member
|
H A D | idpf_lib.c | 1174 *stats = np->netstats; in idpf_get_stats64()
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 356 u64 *netstats = (u64 *)s; in dpaa_get_stats64() local 367 netstats[j] += cpustats[j]; in dpaa_get_stats64()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2371 u64 *netstats = (u64 *)stats; in dpaa2_eth_get_stats() local 2379 netstats[j] += cpustats[j]; in dpaa2_eth_get_stats()
|
/linux/include/linux/ |
H A D | netdevice.h | 4715 const struct pcpu_sw_netstats __percpu *netstats);
|
/linux/net/core/ |
H A D | dev.c | 10982 const struct pcpu_sw_netstats __percpu *netstats) in dev_fetch_sw_netstats() argument 10991 stats = per_cpu_ptr(netstats, cpu); in dev_fetch_sw_netstats()
|