Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dsa/
H A Dswitch.c294 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
298 return ds->ops->port_vlan_del(ds, info->port, info->vlan); in dsa_switch_vlan_del()
H A Dslave.c1816 if (ds->ops->port_vlan_add && ds->ops->port_vlan_del) in dsa_slave_create()
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Ddsa_loop.c312 .port_vlan_del = dsa_loop_port_vlan_del,
H A Drtl8366rb.c1509 .port_vlan_del = rtl8366_vlan_del,
H A Dbcm_sf2_cfp.c946 ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
H A Dqca8k.c1398 .port_vlan_del = qca8k_port_vlan_del,
H A Dbcm_sf2.c1122 .port_vlan_del = b53_vlan_del,
H A Dlantiq_gswip.c1776 .port_vlan_del = gswip_port_vlan_del,
H A Dmt7530.c2513 .port_vlan_del = mt7530_port_vlan_del,
/OK3568_Linux_fs/kernel/include/net/
H A Ddsa.h561 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c810 .port_vlan_del = felix_vlan_del,
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A Dksz9477.c1409 .port_vlan_del = ksz9477_port_vlan_del,
H A Dksz8795.c1183 .port_vlan_del = ksz8795_port_vlan_del,
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A Ddsa.rst519 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_common.c2223 .port_vlan_del = b53_vlan_del,
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c3381 .port_vlan_del = sja1105_vlan_del,
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dchip.c5407 .port_vlan_del = mv88e6xxx_port_vlan_del,