Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_FEC_AUTO (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/ethtool/
Dfec.c209 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()
Dnetlink.h430 extern const struct nla_policy ethnl_fec_set_policy[ETHTOOL_A_FEC_AUTO + 1];
/Linux-v6.6/include/uapi/linux/
Dethtool_netlink.h703 ETHTOOL_A_FEC_AUTO, /* u8 */ enumerator
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst1438 ``ETHTOOL_A_FEC_AUTO`` bool FEC mode auto selection
1447 ``ETHTOOL_A_FEC_MODES`` and ``ETHTOOL_A_FEC_AUTO`` are only meaningful when
1448 autonegotiation is disabled. If ``ETHTOOL_A_FEC_AUTO`` is non-zero driver will
1484 ``ETHTOOL_A_FEC_AUTO`` bool FEC mode auto selection
1494 ``ETHTOOL_A_FEC_AUTO`` requests the driver to choose FEC mode based on SFP
/Linux-v6.6/tools/net/ynl/generated/
Dethtool-user.c561 [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()