Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dswitch.c268 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 Duser.c70 return ds->ops->port_fdb_add && ds->ops->port_fdb_del && in dsa_switch_supports_uc_filtering()
3668 if (!ds->ops->port_fdb_add || !ds->ops->port_fdb_del) in dsa_user_fdb_event()
/linux/drivers/net/dsa/
H A Dlantiq_gswip.c1841 .port_fdb_add = gswip_port_fdb_add,
1864 .port_fdb_add = gswip_port_fdb_add,
H A Drzn1_a5psw.c1036 .port_fdb_add = a5psw_port_fdb_add,
H A Dlan9303-core.c1397 .port_fdb_add = lan9303_port_fdb_add,
H A Dbcm_sf2.c1247 .port_fdb_add = b53_fdb_add,
H A Dvitesse-vsc73xx-core.c2234 .port_fdb_add = vsc73xx_fdb_add,
H A Dmt7530.c3182 .port_fdb_add = mt7530_port_fdb_add,
/linux/include/net/
H A Ddsa.h1073 int (*port_fdb_add)(struct dsa_switch *ds, int port, member
/linux/Documentation/networking/dsa/
H A Ddsa.rst834 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/hirschmann/
H A Dhellcreek.c1917 .port_fdb_add = hellcreek_fdb_add,
/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c2031 .port_fdb_add = qca8k_port_fdb_add,
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2251 .port_fdb_add = felix_fdb_add,
/linux/drivers/net/dsa/b53/
H A Db53_common.c2314 .port_fdb_add = b53_fdb_add,
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c3224 .port_fdb_add = sja1105_fdb_add,
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c4360 .port_fdb_add = ksz_port_fdb_add,
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c7096 .port_fdb_add = mv88e6xxx_port_fdb_add,