Home
last modified time | relevance | path

Searched refs:other_max (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h2325 __u32 other_max:1; member
2336 __u32 other_max; member
2425 __u32 other_max:1; member
2436 __u32 other_max; member
2493 __u32 other_max) in ethtool_channels_set_req_set_other_max() argument
2495 req->_present.other_max = 1; in ethtool_channels_set_req_set_other_max()
2496 req->other_max = other_max; in ethtool_channels_set_req_set_other_max()
H A Dethtool-user.c3371 dst->_present.other_max = 1; in ethtool_channels_get_rsp_parse()
3372 dst->other_max = mnl_attr_get_u32(attr); in ethtool_channels_get_rsp_parse()
3510 if (req->_present.other_max) in ethtool_channels_set()
3511 mnl_attr_put_u32(nlh, ETHTOOL_A_CHANNELS_OTHER_MAX, req->other_max); in ethtool_channels_set()