Searched refs:ETHTOOL_A_MM_VERIFY_ENABLED (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | mm.c | 134 nla_put_u8(skb, ETHTOOL_A_MM_VERIFY_ENABLED, state->verify_enabled) || in mm_fill_reply() 151 [ETHTOOL_A_MM_VERIFY_ENABLED] = NLA_POLICY_MAX(NLA_U8, 1), 199 ethnl_update_bool(&cfg.verify_enabled, tb[ETHTOOL_A_MM_VERIFY_ENABLED], in ethnl_set_mm()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 967 ETHTOOL_A_MM_VERIFY_ENABLED, /* u8 */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1939 ``ETHTOOL_A_MM_VERIFY_ENABLED`` bool set if TX of SMD-V frames is 1960 If ``ETHTOOL_A_MM_VERIFY_ENABLED`` was passed as false in the ``MM_SET`` 1986 ``ETHTOOL_A_MM_VERIFY_ENABLED`` bool see MM_GET description
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 657 [ETHTOOL_A_MM_VERIFY_ENABLED] = { .name = "verify-enabled", .type = YNL_PT_U8, }, 6003 } else if (type == ETHTOOL_A_MM_VERIFY_ENABLED) { in ethtool_mm_get_rsp_parse() 6136 mnl_attr_put_u8(nlh, ETHTOOL_A_MM_VERIFY_ENABLED, req->verify_enabled); in ethtool_mm_set()
|