Searched refs:other_max (Results 1 – 2 of 2) sorted by relevance
2325 __u32 other_max:1; member2336 __u32 other_max; member2425 __u32 other_max:1; member2436 __u32 other_max; member2493 __u32 other_max) in ethtool_channels_set_req_set_other_max() argument2495 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()
3371 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()