Lines Matching refs:req_info
185 struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_parse_request() local
198 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request()
216 req_info->req_ids |= (1U << id); in strset_parse_request()
279 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_prepare_data() local
290 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data()
304 if (!strset_include(req_info, data, i) || in strset_prepare_data()
309 req_info->counts_only); in strset_prepare_data()
350 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_reply_size() local
361 if (!strset_include(req_info, data, i)) in strset_reply_size()
364 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size()
440 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_fill_reply() local
451 if (strset_include(req_info, data, i)) { in strset_fill_reply()
453 req_info->counts_only); in strset_fill_reply()