Searched refs:outer_tagging_rule (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c70 struct ocelot_vcap_filter *outer_tagging_rule; local
77 outer_tagging_rule = kzalloc(sizeof(struct ocelot_vcap_filter),
79 if (!outer_tagging_rule)
84 outer_tagging_rule->key_type = OCELOT_VCAP_KEY_ANY;
85 outer_tagging_rule->prio = 1;
86 outer_tagging_rule->id.cookie = cookie;
87 outer_tagging_rule->id.tc_offload = false;
88 outer_tagging_rule->block_id = VCAP_ES0;
89 outer_tagging_rule->type = OCELOT_VCAP_FILTER_OFFLOAD;
90 outer_tagging_rule
110 struct ocelot_vcap_filter *outer_tagging_rule; local
[all...]

Completed in 274 milliseconds