Searched refs:ETHTOOL_A_FEC_AUTO (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | fec.c | 209 if (nla_put_u8(skb, ETHTOOL_A_FEC_AUTO, data->fec_auto) || in fec_fill_reply() 222 const struct nla_policy ethnl_fec_set_policy[ETHTOOL_A_FEC_AUTO + 1] = { 225 [ETHTOOL_A_FEC_AUTO] = NLA_POLICY_MAX(NLA_U8, 1), 259 ethnl_update_u8(&fec_auto, tb[ETHTOOL_A_FEC_AUTO], &mod); in ethnl_set_fec()
|
H A D | netlink.h | 430 extern const struct nla_policy ethnl_fec_set_policy[ETHTOOL_A_FEC_AUTO + 1];
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 703 ETHTOOL_A_FEC_AUTO, /* u8 */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 561 [ETHTOOL_A_FEC_AUTO] = { .name = "auto", .type = YNL_PT_U8, }, 4662 } else if (type == ETHTOOL_A_FEC_AUTO) { in ethtool_fec_get_rsp_parse() 4796 mnl_attr_put_u8(nlh, ETHTOOL_A_FEC_AUTO, req->auto_); in ethtool_fec_set()
|
Completed in 12 milliseconds