Home
last modified time | relevance | path

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

/linux/include/soc/mscc/
H A Docelot_vcap.h622 enum ocelot_es0_tag push_inner_tag; member
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c73 * - push_inner_tag=0: the inner tag is never pushed into the frame
79 * - push_inner_tag=1: the inner tag is always pushed. This is good when the
93 outer_tagging_rule->action.push_inner_tag = OCELOT_ES0_TAG; in felix_update_tag_8021q_rx_rule()
95 outer_tagging_rule->action.push_inner_tag = OCELOT_NO_ES0_TAG; in felix_update_tag_8021q_rx_rule()
139 * (push_inner_tag == OCELOT_ES0_TAG). in felix_tag_8021q_vlan_add_rx()
610 /* Problem: when using push_inner_tag=1 for ES0 tag B, we lose info in felix_tag_8021q_setup()
614 * Since using push_inner_tag=1 is unavoidable for VLAN-aware bridges, in felix_tag_8021q_setup()
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c790 a->push_inner_tag); in es0_action_set()