Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A 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()
A Dnetlink.h430 extern const struct nla_policy ethnl_fec_set_policy[ETHTOOL_A_FEC_AUTO + 1];
/linux-6.3-rc2/include/uapi/linux/
A Dethtool_netlink.h701 ETHTOOL_A_FEC_AUTO, /* u8 */ enumerator
/linux-6.3-rc2/Documentation/networking/
A Dethtool-netlink.rst1419 ``ETHTOOL_A_FEC_AUTO`` bool FEC mode auto selection
1428 ``ETHTOOL_A_FEC_MODES`` and ``ETHTOOL_A_FEC_AUTO`` are only meaningful when
1429 autonegotiation is disabled. If ``ETHTOOL_A_FEC_AUTO`` is non-zero driver will
1465 ``ETHTOOL_A_FEC_AUTO`` bool FEC mode auto selection
1475 ``ETHTOOL_A_FEC_AUTO`` requests the driver to choose FEC mode based on SFP

Completed in 14 milliseconds