Searched refs:ETHTOOL_A_FEC_STAT_UNCORR (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | fec.c | 178 nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_UNCORR, in fec_put_stats()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 716 ETHTOOL_A_FEC_STAT_UNCORR, /* array, u64 */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 132 [ETHTOOL_A_FEC_STAT_UNCORR] = { .name = "uncorr", .type = YNL_PT_BINARY,}, 792 mnl_attr_put(nlh, ETHTOOL_A_FEC_STAT_UNCORR, obj->_present.uncorr_len, obj->uncorr); in ethtool_fec_stat_put() 819 } else if (type == ETHTOOL_A_FEC_STAT_UNCORR) { in ethtool_fec_stat_parse()
|