Lines Matching refs:req_info
160 struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_parse_request() local
173 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request()
191 req_info->req_ids |= (1U << id); in strset_parse_request()
254 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_prepare_data() local
265 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data()
279 if (!strset_include(req_info, data, i) || in strset_prepare_data()
284 req_info->counts_only); in strset_prepare_data()
325 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_reply_size() local
336 if (!strset_include(req_info, data, i)) in strset_reply_size()
339 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size()
415 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_fill_reply() local
426 if (strset_include(req_info, data, i)) { in strset_fill_reply()
428 req_info->counts_only); in strset_fill_reply()