Searched refs:dev_fetch_sw_netstats (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/litex/ |
D | litex_liteeth.c | 199 dev_fetch_sw_netstats(stats, netdev->tstats); in liteeth_get_stats64()
|
/linux-6.14.4/drivers/net/ |
D | veth.c | 430 dev_fetch_sw_netstats(tot, dev->tstats); in veth_get_stats64() 443 dev_fetch_sw_netstats(&tot_peer, peer->tstats); in veth_get_stats64()
|
D | netkit.c | 218 dev_fetch_sw_netstats(stats, dev->tstats); in netkit_get_stats()
|
D | macsec.c | 3777 dev_fetch_sw_netstats(s, dev->tstats); in macsec_get_stats64()
|
/linux-6.14.4/drivers/net/ethernet/realtek/rtase/ |
D | rtase_main.c | 1650 dev_fetch_sw_netstats(stats, dev->tstats); in rtase_get_stats64()
|
/linux-6.14.4/net/core/ |
D | dev.c | 11426 void dev_fetch_sw_netstats(struct rtnl_link_stats64 *s, in dev_fetch_sw_netstats() function 11451 EXPORT_SYMBOL_GPL(dev_fetch_sw_netstats); 11464 dev_fetch_sw_netstats(s, dev->tstats); in dev_get_tstats64()
|
/linux-6.14.4/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 2005 dev_fetch_sw_netstats(stats, dev->tstats); in am65_cpsw_nuss_ndo_get_stats()
|
/linux-6.14.4/include/linux/ |
D | netdevice.h | 4937 void dev_fetch_sw_netstats(struct rtnl_link_stats64 *s,
|
/linux-6.14.4/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 4953 dev_fetch_sw_netstats(stats, dev->tstats); in rtl8169_get_stats64()
|