Home
last modified time | relevance | path

Searched defs:ethtool_stats (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h290 struct ethtool_stats { struct
291 __u32 cmd; /* ETHTOOL_GSTATS */
292 __u32 n_stats; /* number of u64's being returned */
293 __u64 data[0];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h920 struct ethtool_stats { struct
921 uint32_t cmd;
922 uint32_t n_stats;
923 uint64_t data[];
/openbmc/linux/include/uapi/linux/
H A Dethtool.h920 struct ethtool_stats { struct
921 __u32 cmd;
922 __u32 n_stats;
923 __u64 data[];
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec.h694 u64 ethtool_stats[]; member
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb.h1295 u64 ethtool_stats[GEM_STATS_LEN + QUEUE_STATS_LEN * MACB_MAX_QUEUES]; member
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1229 u64 *ethtool_stats; member
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c548 u64 ethtool_stats[ARRAY_SIZE(mvneta_statistics)]; member