Searched refs:stat_sizeof (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/broadcom/ |
| 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
|
| 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()
|
| /drivers/net/ethernet/broadcom/genet/ |
| A D | bcmgenet.c | 983 int stat_sizeof; member 994 .stat_sizeof = sizeof(((struct rtnl_link_stats64 *)0)->m), \ 1001 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1008 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->s.m), \ 1021 .stat_sizeof = sizeof(((struct bcmgenet_priv *)0)->m), \ 1298 j += s->stat_sizeof; in bcmgenet_update_mib_counters() 1338 s->stat_sizeof == sizeof(unsigned long)) in bcmgenet_get_ethtool_stats()
|
Completed in 21 milliseconds