Home
last modified time | relevance | path

Searched refs:gve_adminq_query_flow_rules (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h542 struct gve_adminq_query_flow_rules { struct
550 static_assert(sizeof(struct gve_adminq_query_flow_rules) == 24); argument
610 struct gve_adminq_query_flow_rules query_flow_rules;
650 int gve_adminq_query_flow_rules(struct gve_priv *priv, u16 query_opcode, u32 starting_loc);
H A Dgve_flow_rule.c211 err = gve_adminq_query_flow_rules(priv, GVE_FLOW_RULE_QUERY_RULES, fsp->location); in gve_get_flow_rule_entry()
245 err = gve_adminq_query_flow_rules(priv, GVE_FLOW_RULE_QUERY_IDS, in gve_get_flow_rule_ids()
H A Dgve_ethtool.c858 err = gve_adminq_query_flow_rules(priv, GVE_FLOW_RULE_QUERY_STATS, 0); in gve_get_rxnfc()