Searched refs:DSA_DB_BRIDGE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/dsa/ |
H A D | trace.c | 17 case DSA_DB_BRIDGE: in dsa_db_print()
|
H A D | port.c | 988 .type = DSA_DB_BRIDGE, in dsa_port_fdb_add() 1011 .type = DSA_DB_BRIDGE, in dsa_port_fdb_del() 1052 .type = DSA_DB_BRIDGE, in dsa_port_bridge_host_fdb_add() 1103 .type = DSA_DB_BRIDGE, in dsa_port_bridge_host_fdb_del() 1128 .type = DSA_DB_BRIDGE, in dsa_port_lag_fdb_add() 1147 .type = DSA_DB_BRIDGE, in dsa_port_lag_fdb_del() 1176 .type = DSA_DB_BRIDGE, in dsa_port_mdb_add() 1194 .type = DSA_DB_BRIDGE, in dsa_port_mdb_del() 1234 .type = DSA_DB_BRIDGE, in dsa_port_bridge_host_mdb_add() 1278 .type = DSA_DB_BRIDGE, in dsa_port_bridge_host_mdb_del()
|
H A D | dsa.c | 1678 case DSA_DB_BRIDGE: in dsa_db_equal()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 1808 case DSA_DB_BRIDGE: in sja1105_fdb_add() 1834 case DSA_DB_BRIDGE: in __sja1105_fdb_del() 1913 .type = DSA_DB_BRIDGE, in sja1105_fast_age()
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 344 DSA_DB_BRIDGE, enumerator
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 38 case DSA_DB_BRIDGE: in felix_classify_db()
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 856 - ``DSA_DB_BRIDGE``: the entry belongs to one of the address databases of bridge 873 For compatibility/legacy reasons, ``DSA_DB_BRIDGE`` addresses are notified to
|