Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_FEC_STAT_CORR_BITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dfec.c181 nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_CORR_BITS, in fec_put_stats()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h717 ETHTOOL_A_FEC_STAT_CORR_BITS, /* array, u64 */ enumerator
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c133 [ETHTOOL_A_FEC_STAT_CORR_BITS] = { .name = "corr-bits", .type = YNL_PT_BINARY,},
794 mnl_attr_put(nlh, ETHTOOL_A_FEC_STAT_CORR_BITS, obj->_present.corr_bits_len, obj->corr_bits); in ethtool_fec_stat_put()
829 } else if (type == ETHTOOL_A_FEC_STAT_CORR_BITS) { in ethtool_fec_stat_parse()