Searched refs:port_mirror_add (Results 1 – 9 of 9) sorted by relevance
/linux/include/net/ |
H A D | dsa.h | 1102 int (*port_mirror_add)(struct dsa_switch *ds, int port, member
|
/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1253 .port_mirror_add = b53_mirror_add,
|
H A D | mt7530.c | 3286 .port_mirror_add = mt753x_port_mirror_add,
|
/linux/net/dsa/ |
H A D | user.c | 1388 if (!ds->ops->port_mirror_add) { in dsa_user_add_cls_matchall_mirred() 1443 err = ds->ops->port_mirror_add(ds, dp->index, mirror, ingress, extack); in dsa_user_add_cls_matchall_mirred()
|
/linux/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 2035 .port_mirror_add = qca8k_port_mirror_add,
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 3237 .port_mirror_add = sja1105_mirror_add,
|
/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2618 .port_mirror_add = b53_mirror_add,
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 4991 .port_mirror_add = ksz_port_mirror_add,
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 7198 .port_mirror_add = mv88e6xxx_port_mirror_add,
|