Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
Dbcmsysport.h590 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \
597 .stat_sizeof = sizeof(((struct bcm_sysport_stats64 *)0)->m), \
604 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \
616 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \
624 .stat_sizeof = sizeof(((struct bcm_sysport_priv *)0)->m), \
635 int stat_sizeof; member
Dbcmsysport.c441 j += s->stat_sizeof; in bcm_sysport_update_mib_counters()
504 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c950 int stat_sizeof; member
959 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \
966 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \
978 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \
1215 j += s->stat_sizeof; in bcmgenet_update_mib_counters()
1244 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()