Home
last modified time | relevance | path

Searched refs:stat_sizeof (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h593 .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 Dbcmsysport.c418 j += s->stat_sizeof; in bcm_sysport_update_mib_counters()
481 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c982 int stat_sizeof; member
991 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \
998 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \
1010 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \
1247 j += s->stat_sizeof; in bcmgenet_update_mib_counters()
1276 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()