Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_MM_STATS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dmm.c98 nest = nla_nest_start(skb, ETHTOOL_A_MM_STATS); in mm_put_stats()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h971 ETHTOOL_A_MM_STATS, /* nest - _A_MM_STAT_* */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1945 ``ETHTOOL_A_MM_STATS`` nested IEEE 802.3-2018 subclause 30.14.1
1969 ``ETHTOOL_A_MM_STATS`` are reported if ``ETHTOOL_FLAG_STATS`` was set in
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c661 [ETHTOOL_A_MM_STATS] = { .name = "stats", .type = YNL_PT_NEST, .nest = &ethtool_mm_stat_nest, },
6018 } else if (type == ETHTOOL_A_MM_STATS) { in ethtool_mm_get_rsp_parse()