Home
last modified time | relevance | path

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

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