Searched defs:ethtool_stats (Results 1 – 7 of 7) sorted by relevance
290 struct ethtool_stats { struct291 __u32 cmd; /* ETHTOOL_GSTATS */292 __u32 n_stats; /* number of u64's being returned */293 __u64 data[0];
920 struct ethtool_stats { struct921 __u32 cmd;922 __u32 n_stats;923 __u64 data[];
1184 struct ethtool_stats { struct1185 uint32_t cmd;1186 uint32_t n_stats;1187 uint64_t data[];
701 u64 ethtool_stats[]; member
1297 u64 ethtool_stats[GEM_STATS_LEN + QUEUE_STATS_LEN * MACB_MAX_QUEUES]; member
1229 u64 *ethtool_stats; member
548 u64 ethtool_stats[ARRAY_SIZE(mvneta_statistics)]; member