Home
last modified time | relevance | path

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

/openbmc/linux/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.c452 j += s->stat_sizeof; in bcm_sysport_update_mib_counters()
515 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c974 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()