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()
280 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_prepare_data() local
293 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data()
313 if (!strset_include(req_info, data, i) || in strset_prepare_data()
318 req_info->counts_only); in strset_prepare_data()
359 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_reply_size() local
370 if (!strset_include(req_info, data, i)) in strset_reply_size()
373 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size()
449 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_fill_reply() local
460 if (strset_include(req_info, data, i)) { in strset_fill_reply()
462 req_info->counts_only); in strset_fill_reply()