Searched refs:stat_sizeof (Results 1 – 3 of 3) sorted by relevance
| /linux/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 | 418 j += s->stat_sizeof; in bcm_sysport_update_mib_counters() 481 if (s->stat_sizeof == sizeof(u64) && in bcm_sysport_get_stats()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.c | 982 int stat_sizeof; member 993 .stat_sizeof = sizeof(((struct rtnl_link_stats64 *)0)->m), \ 1000 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1007 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->s.m), \ 1020 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1297 j += s->stat_sizeof; in bcmgenet_update_mib_counters() 1337 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()
|