Searched refs:rules_cache (Results 1 – 1 of 1) sorted by relevance
198 struct gve_adminq_queried_flow_rule *rules_cache = priv->flow_rules_cache.rules_cache; in gve_get_flow_rule_entry() local209 fsp->location < be32_to_cpu(rules_cache[0].location) || in gve_get_flow_rule_entry()210 fsp->location > be32_to_cpu(rules_cache[*cache_num - 1].location)) { in gve_get_flow_rule_entry()219 if (fsp->location == be32_to_cpu(rules_cache[i].location)) { in gve_get_flow_rule_entry()220 rule = &rules_cache[i]; in gve_get_flow_rule_entry()