Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.h627 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \
634 .stat_sizeof = sizeof(((struct bcm_sysport_stats64 *)0)->m), \
641 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \
653 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \
661 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \
672 int stat_sizeof; member
Dbcmsysport.c427 j += s->stat_sizeof; in bcm_sysport_update_mib_counters()
490 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c722 int stat_sizeof; member
731 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \
738 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \
750 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \
985 j += s->stat_sizeof; in bcmgenet_update_mib_counters()
1012 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()