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()341 struct dsa_8021q_context *ctx = ds->tag_8021q_ctx; in dsa_tag_8021q_port_setup()371 struct dsa_8021q_context *ctx = ds->tag_8021q_ctx; in dsa_tag_8021q_port_teardown()432 ds->tag_8021q_ctx = ctx; in dsa_tag_8021q_register()448 struct dsa_8021q_context *ctx = ds->tag_8021q_ctx; in dsa_tag_8021q_unregister()458 ds->tag_8021q_ctx = NULL; in dsa_tag_8021q_unregister()
484 struct dsa_8021q_context *tag_8021q_ctx; member