Searched refs:port_mirror_add (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| A D | dsa.h | 817 int (*port_mirror_add)(struct dsa_switch *ds, int port, member
|
| /linux/net/dsa/ |
| A D | slave.c | 1021 if (!ds->ops->port_mirror_add) in dsa_slave_add_cls_matchall_mirred() 1049 err = ds->ops->port_mirror_add(ds, dp->index, mirror, ingress); in dsa_slave_add_cls_matchall_mirred()
|
| /linux/drivers/net/dsa/ |
| A D | bcm_sf2.c | 1211 .port_mirror_add = b53_mirror_add,
|
| A D | mt7530.c | 3132 .port_mirror_add = mt753x_port_mirror_add,
|
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz9477.c | 1363 .port_mirror_add = ksz9477_port_mirror_add,
|
| A D | ksz8795.c | 1536 .port_mirror_add = ksz8_port_mirror_add,
|
| /linux/drivers/net/dsa/b53/ |
| A D | b53_common.c | 2283 .port_mirror_add = b53_mirror_add,
|
| /linux/drivers/net/dsa/sja1105/ |
| A D | sja1105_main.c | 3220 .port_mirror_add = sja1105_mirror_add,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | chip.c | 6277 .port_mirror_add = mv88e6xxx_port_mirror_add,
|
Completed in 45 milliseconds