Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_main.c1144 struct sja1105_l2_lookup_entry *l2_lookup; in sja1105_find_static_fdb_entry() local
1149 l2_lookup = table->entries; in sja1105_find_static_fdb_entry()
1152 if (l2_lookup[i].macaddr == requested->macaddr && in sja1105_find_static_fdb_entry()
1153 l2_lookup[i].vlanid == requested->vlanid && in sja1105_find_static_fdb_entry()
1154 l2_lookup[i].destports & BIT(port)) in sja1105_find_static_fdb_entry()
1170 struct sja1105_l2_lookup_entry *l2_lookup; in sja1105_static_fdb_change() local
1191 l2_lookup = table->entries; in sja1105_static_fdb_change()
1200 l2_lookup[match] = *requested; in sja1105_static_fdb_change()
1207 l2_lookup[match] = l2_lookup[table->entry_count - 1]; in sja1105_static_fdb_change()
1230 struct sja1105_l2_lookup_entry l2_lookup = {0}; in sja1105et_is_fdb_entry_in_bin() local
[all …]