Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dstrset.c113 bool counts_only; member
198 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request()
237 bool counts_only) in strset_prepare_set() argument
258 if (!counts_only) { in strset_prepare_set()
318 req_info->counts_only); in strset_prepare_data()
333 static int strset_set_size(const struct strset_info *info, bool counts_only) in strset_set_size() argument
340 if (counts_only) in strset_set_size()
373 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size()
408 bool counts_only) in strset_fill_set() argument
426 if (!counts_only) { in strset_fill_set()
[all …]