Searched refs:netdev_stats_to_stats64 (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_main.c | 243 netdev_stats_to_stats64(stats, &netdev->stats); in mlxbf_gige_get_stats64()
|
/Linux-v5.15/net/core/ |
D | dev.c | 10620 void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64, in netdev_stats_to_stats64() function 10642 EXPORT_SYMBOL(netdev_stats_to_stats64); 10663 netdev_stats_to_stats64(storage, ops->ndo_get_stats(dev)); in dev_get_stats() 10665 netdev_stats_to_stats64(storage, &dev->stats); in dev_get_stats() 10718 netdev_stats_to_stats64(s, &dev->stats); in dev_get_tstats64()
|
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/ |
D | mana_en.c | 308 netdev_stats_to_stats64(st, &ndev->stats); in mana_get_stats64()
|
/Linux-v5.15/drivers/net/ethernet/realtek/ |
D | 8139too.c | 2531 netdev_stats_to_stats64(stats, &dev->stats); in rtl8139_get_stats64()
|
D | r8169_main.c | 4835 netdev_stats_to_stats64(stats, &dev->stats); in rtl8169_get_stats64()
|
/Linux-v5.15/drivers/net/ethernet/via/ |
D | via-rhine.c | 2215 netdev_stats_to_stats64(stats, &dev->stats); in rhine_get_stats64()
|
/Linux-v5.15/drivers/net/hyperv/ |
D | netvsc_drv.c | 1397 netdev_stats_to_stats64(t, &net->stats); in netvsc_get_stats64()
|
/Linux-v5.15/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 282 netdev_stats_to_stats64(stats, &dev->stats); in ipoib_get_stats()
|
/Linux-v5.15/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 1873 netdev_stats_to_stats64(stats, &dev->stats); in bcm_sysport_get_stats64()
|
/Linux-v5.15/include/linux/ |
D | netdevice.h | 4768 void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 1397 netdev_stats_to_stats64(stats, &dev->stats); in mlx4_en_get_stats64()
|