Searched refs:port_fdb_add (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/net/dsa/ |
D | switch.c | 246 return ds->ops->port_fdb_add(ds, port, addr, vid, db); in dsa_port_do_fdb_add() 262 err = ds->ops->port_fdb_add(ds, port, addr, vid, db); in dsa_port_do_fdb_add() 396 if (!ds->ops->port_fdb_add) in dsa_switch_host_fdb_add() 452 if (!ds->ops->port_fdb_add) in dsa_switch_fdb_add()
|
D | dsa_priv.h | 545 return ds->ops->port_fdb_add && ds->ops->port_fdb_del && in dsa_switch_supports_uc_filtering()
|
D | slave.c | 3351 if (!ds->ops->port_fdb_add || !ds->ops->port_fdb_del) in dsa_slave_fdb_event()
|
/linux-6.1.9/drivers/net/dsa/ |
D | lantiq_gswip.c | 1833 .port_fdb_add = gswip_port_fdb_add, 1859 .port_fdb_add = gswip_port_fdb_add,
|
D | rzn1_a5psw.c | 759 .port_fdb_add = a5psw_port_fdb_add,
|
D | lan9303-core.c | 1299 .port_fdb_add = lan9303_port_fdb_add,
|
D | bcm_sf2.c | 1227 .port_fdb_add = b53_fdb_add,
|
D | mt7530.c | 3164 .port_fdb_add = mt7530_port_fdb_add,
|
/linux-6.1.9/include/net/ |
D | dsa.h | 1041 int (*port_fdb_add)(struct dsa_switch *ds, int port, member
|
/linux-6.1.9/Documentation/networking/dsa/ |
D | dsa.rst | 830 and the driver is notified to install them through ``port_fdb_add`` towards 862 The drivers which act upon the ``dsa_db`` argument in ``port_fdb_add``, 997 - ``port_fdb_add``: bridge layer function invoked when the bridge wants to install a
|
/linux-6.1.9/drivers/net/dsa/qca/ |
D | qca8k-8xxx.c | 1874 .port_fdb_add = qca8k_port_fdb_add,
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 1919 .port_fdb_add = hellcreek_fdb_add,
|
/linux-6.1.9/drivers/net/dsa/ocelot/ |
D | felix.c | 2060 .port_fdb_add = felix_fdb_add,
|
/linux-6.1.9/drivers/net/dsa/microchip/ |
D | ksz_common.c | 2823 .port_fdb_add = ksz_port_fdb_add,
|
/linux-6.1.9/drivers/net/dsa/b53/ |
D | b53_common.c | 2265 .port_fdb_add = b53_fdb_add,
|
/linux-6.1.9/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3161 .port_fdb_add = sja1105_fdb_add,
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 6919 .port_fdb_add = mv88e6xxx_port_fdb_add,
|