Searched refs:port_mdb_add (Results 1 – 13 of 13) sorted by relevance
/openbmc/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 | slave.c | 77 return ds->ops->port_mdb_add && ds->ops->port_mdb_del && in dsa_switch_supports_mc_filtering()
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 1068 int (*port_mdb_add)(struct dsa_switch *ds, int port, member
|
/openbmc/linux/drivers/net/dsa/ |
H A D | lan9303-core.c | 1381 .port_mdb_add = lan9303_port_mdb_add,
|
H A D | bcm_sf2.c | 1241 .port_mdb_add = b53_mdb_add,
|
H A D | mt7530.c | 3343 .port_mdb_add = mt7530_port_mdb_add,
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 2015 .port_mdb_add = qca8k_port_mdb_add,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2129 .port_mdb_add = felix_mdb_add,
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 863 ``port_mdb_add`` etc should declare ``ds->fdb_isolation`` as true. 1014 - ``port_mdb_add``: bridge layer function invoked when the bridge wants to install
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2325 .port_mdb_add = b53_mdb_add,
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 3228 .port_mdb_add = sja1105_mdb_add,
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 3459 .port_mdb_add = ksz_port_mdb_add,
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 6955 .port_mdb_add = mv88e6xxx_port_mdb_add,
|