Home
last modified time | relevance | path

Searched refs:port_fdb_add (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/net/dsa/
A Dswitch.c251 return ds->ops->port_fdb_add(ds, port, addr, vid, db); in dsa_port_do_fdb_add()
267 err = ds->ops->port_fdb_add(ds, port, addr, vid, db); in dsa_port_do_fdb_add()
401 if (!ds->ops->port_fdb_add) in dsa_switch_host_fdb_add()
457 if (!ds->ops->port_fdb_add) in dsa_switch_fdb_add()
A Dslave.c62 return ds->ops->port_fdb_add && ds->ops->port_fdb_del && in dsa_switch_supports_uc_filtering()
3436 if (!ds->ops->port_fdb_add || !ds->ops->port_fdb_del) in dsa_slave_fdb_event()
/linux-6.3-rc2/drivers/net/dsa/
A Dlantiq_gswip.c1833 .port_fdb_add = gswip_port_fdb_add,
1859 .port_fdb_add = gswip_port_fdb_add,
A Drzn1_a5psw.c759 .port_fdb_add = a5psw_port_fdb_add,
A Dlan9303-core.c1358 .port_fdb_add = lan9303_port_fdb_add,
A Dbcm_sf2.c1227 .port_fdb_add = b53_fdb_add,
A Dmt7530.c3173 .port_fdb_add = mt7530_port_fdb_add,
/linux-6.3-rc2/include/net/
A Ddsa.h1046 int (*port_fdb_add)(struct dsa_switch *ds, int port, member
/linux-6.3-rc2/Documentation/networking/dsa/
A Ddsa.rst830 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.3-rc2/drivers/net/dsa/hirschmann/
A Dhellcreek.c1914 .port_fdb_add = hellcreek_fdb_add,
/linux-6.3-rc2/drivers/net/dsa/qca/
A Dqca8k-8xxx.c1992 .port_fdb_add = qca8k_port_fdb_add,
/linux-6.3-rc2/drivers/net/dsa/ocelot/
A Dfelix.c2094 .port_fdb_add = felix_fdb_add,
/linux-6.3-rc2/drivers/net/dsa/b53/
A Db53_common.c2265 .port_fdb_add = b53_fdb_add,
/linux-6.3-rc2/drivers/net/dsa/microchip/
A Dksz_common.c3181 .port_fdb_add = ksz_port_fdb_add,
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A Dsja1105_main.c3161 .port_fdb_add = sja1105_fdb_add,
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/
A Dchip.c7012 .port_fdb_add = mv88e6xxx_port_fdb_add,

Completed in 80 milliseconds