Searched refs:port_fdb_add (Results 1 – 18 of 18) sorted by relevance
| /linux/net/dsa/ |
| H A D | switch.c | 268 err = ds->ops->port_fdb_add(ds, port, addr, vid, db); in dsa_port_do_fdb_add() 289 err = ds->ops->port_fdb_add(ds, port, addr, vid, db); in dsa_port_do_fdb_add() 440 if (!ds->ops->port_fdb_add) in dsa_switch_host_fdb_add() 496 if (!ds->ops->port_fdb_add) in dsa_switch_fdb_add()
|
| H A D | user.c | 70 return ds->ops->port_fdb_add && ds->ops->port_fdb_del && in dsa_switch_supports_uc_filtering() 3737 if (!ds->ops->port_fdb_add || !ds->ops->port_fdb_del) in dsa_user_fdb_event()
|
| /linux/include/net/ |
| H A D | dsa.h | 1062 int (*port_fdb_add)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/dsa/ |
| H A D | lan9303-core.c | 1397 .port_fdb_add = lan9303_port_fdb_add,
|
| H A D | rzn1_a5psw.c | 1035 .port_fdb_add = a5psw_port_fdb_add,
|
| H A D | bcm_sf2.c | 1253 .port_fdb_add = b53_fdb_add,
|
| H A D | vitesse-vsc73xx-core.c | 2234 .port_fdb_add = vsc73xx_fdb_add,
|
| H A D | yt921x.c | 3328 .port_fdb_add = yt921x_dsa_port_fdb_add,
|
| H A D | mt7530.c | 3278 .port_fdb_add = mt7530_port_fdb_add,
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 1639 .port_fdb_add = gswip_port_fdb_add,
|
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek.c | 1913 .port_fdb_add = hellcreek_fdb_add,
|
| /linux/Documentation/networking/dsa/ |
| H A D | dsa.rst | 834 and the driver is notified to install them through ``port_fdb_add`` towards 866 The drivers which act upon the ``dsa_db`` argument in ``port_fdb_add``, 1001 - ``port_fdb_add``: bridge layer function invoked when the bridge wants to install a
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 2030 .port_fdb_add = qca8k_port_fdb_add,
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2331 .port_fdb_add = felix_fdb_add,
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 3156 .port_fdb_add = sja1105_fdb_add,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2727 .port_fdb_add = b53_fdb_add,
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 5004 .port_fdb_add = ksz_port_fdb_add,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7174 .port_fdb_add = mv88e6xxx_port_fdb_add,
|