Searched refs:counts_only (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | strset.c | 88 bool counts_only; member 173 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request() 211 unsigned int id, bool counts_only) in strset_prepare_set() 232 if (!counts_only) { in strset_prepare_set() 284 req_info->counts_only); in strset_prepare_data() 299 static int strset_set_size(const struct strset_info *info, bool counts_only) in strset_set_size() argument 306 if (counts_only) in strset_set_size() 339 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size() 374 bool counts_only) in strset_fill_set() 392 if (!counts_only) { in strset_fill_set() 210 strset_prepare_set(struct strset_info *info, struct net_device *dev, unsigned int id, bool counts_only) strset_prepare_set() argument 372 strset_fill_set(struct sk_buff *skb, const struct strset_info *set_info, u32 id, bool counts_only) strset_fill_set() argument [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | strset.c | 113 bool counts_only; member 198 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request() 236 unsigned int id, bool counts_only) in strset_prepare_set() 257 if (!counts_only) { in strset_prepare_set() 309 req_info->counts_only); in strset_prepare_data() 324 static int strset_set_size(const struct strset_info *info, bool counts_only) in strset_set_size() argument 331 if (counts_only) in strset_set_size() 364 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size() 399 bool counts_only) in strset_fill_set() 417 if (!counts_only) { in strset_fill_set() 235 strset_prepare_set(struct strset_info *info, struct net_device *dev, unsigned int id, bool counts_only) strset_prepare_set() argument 397 strset_fill_set(struct sk_buff *skb, const struct strset_info *set_info, u32 id, bool counts_only) strset_fill_set() argument [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 216 __u32 counts_only:1; member 267 req->_present.counts_only = 1; in ethtool_strset_get_req_set_counts_only() 293 __u32 counts_only:1; member 345 req->_present.counts_only = 1; in ethtool_strset_get_req_dump_set_counts_only()
|
H A D | ethtool-user.c | 1616 if (req->_present.counts_only) in ethtool_strset_get() 1671 if (req->_present.counts_only) in ethtool_strset_get_dump()
|
Completed in 20 milliseconds