Lines Matching refs:req_info
195 struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_parse_request() local
208 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request()
226 req_info->req_ids |= (1U << id); in strset_parse_request()
290 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_prepare_data() local
303 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data()
323 if (!strset_include(req_info, data, i) || in strset_prepare_data()
328 req_info->counts_only); in strset_prepare_data()
369 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_reply_size() local
380 if (!strset_include(req_info, data, i)) in strset_reply_size()
383 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size()
459 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_fill_reply() local
470 if (strset_include(req_info, data, i)) { in strset_fill_reply()
472 req_info->counts_only); in strset_fill_reply()