Searched refs:port_mirror_del (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | dsa.h | 602 void (*port_mirror_del)(struct dsa_switch *ds, int port, member
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 1079 if (ds->ops->port_mirror_del) in dsa_slave_del_cls_matchall() 1080 ds->ops->port_mirror_del(ds, dp->index, in dsa_slave_del_cls_matchall()
|
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
H A D | ksz8795.c | 1189 .port_mirror_del = ksz8795_port_mirror_del,
|
H A D | ksz9477.c | 1417 .port_mirror_del = ksz9477_port_mirror_del,
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1137 .port_mirror_del = b53_mirror_del,
|
H A D | mt7530.c | 2515 .port_mirror_del = mt753x_port_mirror_del,
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1238 .port_mirror_del = b53_mirror_del,
|
H A D | mt7530.c | 3172 .port_mirror_del = mt753x_port_mirror_del,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dsa.h | 1094 void (*port_mirror_del)(struct dsa_switch *ds, int port, member
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | slave.c | 1525 if (ds->ops->port_mirror_del) in dsa_slave_del_cls_matchall() 1526 ds->ops->port_mirror_del(ds, dp->index, in dsa_slave_del_cls_matchall()
|
/kernel/linux/linux-6.6/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 2018 .port_mirror_del = qca8k_port_mirror_del,
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2140 .port_mirror_del = felix_port_mirror_del,
|
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2228 .port_mirror_del = b53_mirror_del,
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2312 .port_mirror_del = b53_mirror_del,
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 3236 .port_mirror_del = sja1105_mirror_del,
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 3417 .port_mirror_del = sja1105_mirror_del,
|
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 3462 .port_mirror_del = ksz_port_mirror_del,
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 5439 .port_mirror_del = mv88e6xxx_port_mirror_del,
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 6851 .port_mirror_del = mv88e6xxx_port_mirror_del,
|
Completed in 85 milliseconds