Searched refs:vstats (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/
H A Dveth.c122 struct pcpu_vstats *stats = this_cpu_ptr(dev->vstats); veth_xmit()
148 struct pcpu_vstats *stats = per_cpu_ptr(dev->vstats, cpu); for_each_possible_cpu()
233 dev->vstats = netdev_alloc_pcpu_stats(struct pcpu_vstats); veth_dev_init()
234 if (!dev->vstats) veth_dev_init()
241 free_percpu(dev->vstats); veth_dev_free()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c39 int enic_dev_stats_dump(struct enic *enic, struct vnic_stats **vstats) enic_dev_stats_dump() argument
44 err = vnic_dev_stats_dump(enic->vdev, vstats); enic_dev_stats_dump()
H A Denic_dev.h43 int enic_dev_stats_dump(struct enic *enic, struct vnic_stats **vstats);
H A Denic_ethtool.c189 struct vnic_stats *vstats; enic_get_ethtool_stats() local
193 err = enic_dev_stats_dump(enic, &vstats); enic_get_ethtool_stats()
202 *(data++) = ((u64 *)&vstats->tx)[enic_tx_stats[i].index]; enic_get_ethtool_stats()
204 *(data++) = ((u64 *)&vstats->rx)[enic_rx_stats[i].index]; enic_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1818 struct mlx5e_vport_stats *vstats = &priv->stats.vport; mlx5e_get_stats() local
1820 stats->rx_packets = vstats->rx_packets; mlx5e_get_stats()
1821 stats->rx_bytes = vstats->rx_bytes; mlx5e_get_stats()
1822 stats->tx_packets = vstats->tx_packets; mlx5e_get_stats()
1823 stats->tx_bytes = vstats->tx_bytes; mlx5e_get_stats()
1824 stats->multicast = vstats->rx_multicast_packets + mlx5e_get_stats()
1825 vstats->tx_multicast_packets; mlx5e_get_stats()
1826 stats->tx_errors = vstats->tx_error_packets; mlx5e_get_stats()
1827 stats->rx_errors = vstats->rx_error_packets; mlx5e_get_stats()
1828 stats->tx_dropped = vstats->tx_queue_dropped; mlx5e_get_stats()
/linux-4.4.14/include/linux/
H A Dnetdevice.h1499 * @vstats: Virtual ethernet statistics
1768 struct pcpu_vstats __percpu *vstats; member in union:net_device::__anon12952

Completed in 499 milliseconds