Home
last modified time | relevance | path

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

/openbmc/linux/net/dsa/
H A Dtag_8021q.c189 return ds->ops->tag_8021q_vlan_del(ds, port, vid); in dsa_port_do_tag_8021q_vlan_del()
198 err = ds->ops->tag_8021q_vlan_del(ds, port, vid); in dsa_port_do_tag_8021q_vlan_del()
255 if (!ds->ops->tag_8021q_vlan_del || !ds->tag_8021q_ctx) in dsa_switch_tag_8021q_vlan_del()
/openbmc/linux/include/net/
H A Ddsa.h1222 int (*tag_8021q_vlan_del)(struct dsa_switch *ds, int port, u16 vid); member
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2160 .tag_8021q_vlan_del = felix_tag_8021q_vlan_del,
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c3244 .tag_8021q_vlan_del = sja1105_dsa_8021q_vlan_del,