Searched refs:netstats (Results 1 – 9 of 9) sorted by relevance
650 return &vif->netstats; in mac_stats()766 vif->netstats.tx_packets++; in wilc_mac_xmit()767 vif->netstats.tx_bytes += tx_data->size; in wilc_mac_xmit()852 vif->netstats.rx_packets++; in wilc_frmw_to_host()853 vif->netstats.rx_bytes += frame_len; in wilc_frmw_to_host()
184 struct net_device_stats netstats; member
2419 struct rtnl_link_stats64 *netstats = &np->netstats; in idpf_send_get_stats_msg() local2444 netstats->rx_packets = le64_to_cpu(stats_recv->rx_unicast) + in idpf_send_get_stats_msg()2447 netstats->tx_packets = le64_to_cpu(stats_recv->tx_unicast) + in idpf_send_get_stats_msg()2450 netstats->rx_bytes = le64_to_cpu(stats_recv->rx_bytes); in idpf_send_get_stats_msg()2451 netstats->tx_bytes = le64_to_cpu(stats_recv->tx_bytes); in idpf_send_get_stats_msg()2452 netstats->rx_errors = le64_to_cpu(stats_recv->rx_errors); in idpf_send_get_stats_msg()2453 netstats->tx_errors = le64_to_cpu(stats_recv->tx_errors); in idpf_send_get_stats_msg()2454 netstats->rx_dropped = le64_to_cpu(stats_recv->rx_discards); in idpf_send_get_stats_msg()2455 netstats->tx_dropped = le64_to_cpu(stats_recv->tx_discards); in idpf_send_get_stats_msg()
165 struct rtnl_link_stats64 netstats; member
1343 *stats = np->netstats; in idpf_get_stats64()
354 u64 *netstats = (u64 *)s; in dpaa_get_stats64() local365 netstats[j] += cpustats[j]; in dpaa_get_stats64()
2372 u64 *netstats = (u64 *)stats; in dpaa2_eth_get_stats() local2380 netstats[j] += cpustats[j]; in dpaa2_eth_get_stats()
5215 const struct pcpu_sw_netstats __percpu *netstats);
11994 const struct pcpu_sw_netstats __percpu *netstats) in dev_fetch_sw_netstats() argument12003 stats = per_cpu_ptr(netstats, cpu); in dev_fetch_sw_netstats()