Searched refs:stat_sizeof (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 593 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \ 600 .stat_sizeof = sizeof(((struct bcm_sysport_stats64 *)0)->m), \ 607 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 619 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 627 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 635 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 646 int stat_sizeof; member
|
H A D | bcmsysport.c | 452 j += s->stat_sizeof; in bcm_sysport_update_mib_counters() 515 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 621 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \ 628 .stat_sizeof = sizeof(((struct bcm_sysport_stats64 *)0)->m), \ 635 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 647 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 655 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \ 666 int stat_sizeof; member
|
H A D | bcmsysport.c | 440 j += s->stat_sizeof; in bcm_sysport_update_mib_counters() 503 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 946 int stat_sizeof; member 955 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \ 962 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 974 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1211 j += s->stat_sizeof; in bcmgenet_update_mib_counters() 1240 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 974 int stat_sizeof; member 983 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \ 990 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1002 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1239 j += s->stat_sizeof; in bcmgenet_update_mib_counters() 1268 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()
|
Completed in 24 milliseconds