Searched refs:ETHTOOL_A_MM_VERIFY_TIME (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | mm.c | 136 nla_put_u32(skb, ETHTOOL_A_MM_VERIFY_TIME, state->verify_time) || in mm_fill_reply() 152 [ETHTOOL_A_MM_VERIFY_TIME] = NLA_POLICY_RANGE(NLA_U32, 1, 128), 201 ethnl_update_u32(&cfg.verify_time, tb[ETHTOOL_A_MM_VERIFY_TIME], &mod); in ethnl_set_mm() 212 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_MM_VERIFY_TIME], in ethnl_set_mm()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 969 ETHTOOL_A_MM_VERIFY_TIME, /* u32 */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 659 [ETHTOOL_A_MM_VERIFY_TIME] = { .name = "verify-time", .type = YNL_PT_U32, }, 6008 } else if (type == ETHTOOL_A_MM_VERIFY_TIME) { in ethtool_mm_get_rsp_parse() 6138 mnl_attr_put_u32(nlh, ETHTOOL_A_MM_VERIFY_TIME, req->verify_time); in ethtool_mm_set()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1942 ``ETHTOOL_A_MM_VERIFY_TIME`` u32 delay between verification attempts 1985 ``ETHTOOL_A_MM_VERIFY_TIME`` u32 see MM_GET description
|