Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dpse-pd.c113 [ETHTOOL_A_PODL_PSE_ADMIN_CONTROL] =
121 return !!info->attrs[ETHTOOL_A_PODL_PSE_ADMIN_CONTROL]; in ethnl_set_pse_validate()
133 config.admin_cotrol = nla_get_u32(tb[ETHTOOL_A_PODL_PSE_ADMIN_CONTROL]); in ethnl_set_pse()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h896 ETHTOOL_A_PODL_PSE_ADMIN_CONTROL, /* u32 */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1718 PSE function can be changed using the ``ETHTOOL_A_PODL_PSE_ADMIN_CONTROL``
1743 ``ETHTOOL_A_PODL_PSE_ADMIN_CONTROL`` u32 Control PoDL PSE Admin state
1746 When set, the optional ``ETHTOOL_A_PODL_PSE_ADMIN_CONTROL`` attribute is used
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c611 [ETHTOOL_A_PODL_PSE_ADMIN_CONTROL] = { .name = "admin-control", .type = YNL_PT_U32, },
5299 } else if (type == ETHTOOL_A_PODL_PSE_ADMIN_CONTROL) { in ethtool_pse_get_rsp_parse()
5411 mnl_attr_put_u32(nlh, ETHTOOL_A_PODL_PSE_ADMIN_CONTROL, req->admin_control); in ethtool_pse_set()