Searched refs:port_fdb_add (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/net/dsa/ | 
| D | switch.c | 114 	if (!ds->ops->port_fdb_add)  in dsa_switch_fdb_add()117 	return ds->ops->port_fdb_add(ds, port, info->addr, info->vid);  in dsa_switch_fdb_add()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | dsa.h | 486 	int	(*port_fdb_add)(struct dsa_switch *ds, int port,  member
 | 
| /Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ | 
| D | ethsw.c | 314 static int port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],  in port_fdb_add()  function691 	.ndo_fdb_add		= port_fdb_add,
 
 | 
| /Linux-v5.4/drivers/net/dsa/ | 
| D | qca8k.c | 1038 	.port_fdb_add		= qca8k_port_fdb_add,
 | 
| D | bcm_sf2.c | 971 	.port_fdb_add		= b53_fdb_add,
 | 
| D | lan9303-core.c | 1274 	.port_fdb_add           = lan9303_port_fdb_add,
 | 
| D | mt7530.c | 1602 	.port_fdb_add		= mt7530_port_fdb_add,
 | 
| D | lantiq_gswip.c | 1609 	.port_fdb_add		= gswip_port_fdb_add,
 | 
| /Linux-v5.4/Documentation/networking/dsa/ | 
| D | dsa.rst | 526 - ``port_fdb_add``: bridge layer function invoked when the bridge wants to install a549   See ``port_fdb_add`` for this and details.
 
 | 
| /Linux-v5.4/drivers/net/dsa/microchip/ | 
| D | ksz9477.c | 1416 	.port_fdb_add		= ksz9477_port_fdb_add,
 | 
| /Linux-v5.4/drivers/net/dsa/sja1105/ | 
| D | sja1105_main.c | 2091 	.port_fdb_add		= sja1105_fdb_add,
 | 
| /Linux-v5.4/drivers/net/dsa/b53/ | 
| D | b53_common.c | 1993 	.port_fdb_add		= b53_fdb_add,
 | 
| /Linux-v5.4/drivers/net/dsa/mv88e6xxx/ | 
| D | chip.c | 4965 	.port_fdb_add           = mv88e6xxx_port_fdb_add,
 |