Searched refs:tag_8021q_ctx (Results 1 – 2 of 2) sorted by relevance
145 struct dsa_8021q_context *ctx = dp->ds->tag_8021q_ctx; in dsa_port_do_tag_8021q_vlan_add()181 struct dsa_8021q_context *ctx = dp->ds->tag_8021q_ctx; in dsa_port_do_tag_8021q_vlan_del()228 if (!ds->ops->tag_8021q_vlan_add || !ds->tag_8021q_ctx) in dsa_switch_tag_8021q_vlan_add()255 if (!ds->ops->tag_8021q_vlan_del || !ds->tag_8021q_ctx) in dsa_switch_tag_8021q_vlan_del()338 struct dsa_8021q_context *ctx = ds->tag_8021q_ctx; in dsa_tag_8021q_port_setup()368 struct dsa_8021q_context *ctx = ds->tag_8021q_ctx; in dsa_tag_8021q_port_teardown()429 ds->tag_8021q_ctx = ctx; in dsa_tag_8021q_register()445 struct dsa_8021q_context *ctx = ds->tag_8021q_ctx; in dsa_tag_8021q_unregister()455 ds->tag_8021q_ctx = NULL; in dsa_tag_8021q_unregister()
465 struct dsa_8021q_context *tag_8021q_ctx; member