Searched refs:port_mdb_del (Results 1 – 12 of 12) sorted by relevance
| /linux/net/dsa/ |
| A D | switch.c | 265 return ds->ops->port_mdb_del(ds, port, mdb); in dsa_port_do_mdb_del() 278 err = ds->ops->port_mdb_del(ds, port, mdb); in dsa_port_do_mdb_del() 517 if (!ds->ops->port_mdb_del) in dsa_switch_mdb_del() 550 if (!ds->ops->port_mdb_del) in dsa_switch_host_mdb_del()
|
| /linux/include/net/ |
| A D | dsa.h | 798 int (*port_mdb_del)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/dsa/ |
| A D | lan9303-core.c | 1287 .port_mdb_del = lan9303_port_mdb_del,
|
| A D | bcm_sf2.c | 1214 .port_mdb_del = b53_mdb_del,
|
| A D | mt7530.c | 3128 .port_mdb_del = mt7530_port_mdb_del,
|
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz9477.c | 1362 .port_mdb_del = ksz9477_port_mdb_del,
|
| A D | ksz8795.c | 1535 .port_mdb_del = ksz_port_mdb_del,
|
| /linux/drivers/net/dsa/ocelot/ |
| A D | felix.c | 1654 .port_mdb_del = felix_mdb_del,
|
| /linux/drivers/net/dsa/b53/ |
| A D | b53_common.c | 2286 .port_mdb_del = b53_mdb_del,
|
| /linux/drivers/net/dsa/sja1105/ |
| A D | sja1105_main.c | 3214 .port_mdb_del = sja1105_mdb_del,
|
| /linux/Documentation/networking/dsa/ |
| A D | dsa.rst | 723 - ``port_mdb_del``: bridge layer function invoked when the bridge wants to remove a
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | chip.c | 6276 .port_mdb_del = mv88e6xxx_port_mdb_del,
|
Completed in 811 milliseconds