Searched refs:port_mdb_add (Results 1 – 11 of 11) sorted by relevance
| /linux/net/dsa/ |
| H A D | switch.c | 169 err = ds->ops->port_mdb_add(ds, port, mdb, db); in dsa_port_do_mdb_add() 191 err = ds->ops->port_mdb_add(ds, port, mdb, db); in dsa_port_do_mdb_add() 597 if (!ds->ops->port_mdb_add) in dsa_switch_mdb_add() 621 if (!ds->ops->port_mdb_add) in dsa_switch_host_mdb_add()
|
| H A D | user.c | 77 return ds->ops->port_mdb_add && ds->ops->port_mdb_del && in dsa_switch_supports_mc_filtering()
|
| /linux/include/net/ |
| H A D | dsa.h | 1080 int (*port_mdb_add)(struct dsa_switch *ds, int port, 1084 int (*port_mdb_add)(struct dsa_switch *ds, int port, global() member
|
| /linux/drivers/net/dsa/ |
| H A D | lan9303-core.c | 1400 .port_mdb_add = lan9303_port_mdb_add,
|
| H A D | bcm_sf2.c | 1255 .port_mdb_add = b53_mdb_add,
|
| H A D | yt921x.c | 3330 .port_mdb_add = yt921x_dsa_port_mdb_add,
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 2033 .port_mdb_add = qca8k_port_mdb_add,
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 3161 .port_mdb_add = sja1105_mdb_add, in sja1105_setup()
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2731 .port_mdb_add = b53_mdb_add,
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 5006 .port_mdb_add = ksz_port_mdb_add,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7177 .port_mdb_add = mv88e6xxx_port_mdb_add,
|