Searched refs:l2_lookup (Results 1 – 1 of 1) sorted by relevance
1150 struct sja1105_l2_lookup_entry *l2_lookup; in sja1105_find_static_fdb_entry() local1155 l2_lookup = table->entries; in sja1105_find_static_fdb_entry()1158 if (l2_lookup[i].macaddr == requested->macaddr && in sja1105_find_static_fdb_entry()1159 l2_lookup[i].vlanid == requested->vlanid && in sja1105_find_static_fdb_entry()1160 l2_lookup[i].destports & BIT(port)) in sja1105_find_static_fdb_entry()1176 struct sja1105_l2_lookup_entry *l2_lookup; in sja1105_static_fdb_change() local1197 l2_lookup = table->entries; in sja1105_static_fdb_change()1206 l2_lookup[match] = *requested; in sja1105_static_fdb_change()1213 l2_lookup[match] = l2_lookup[table->entry_count - 1]; in sja1105_static_fdb_change()1236 struct sja1105_l2_lookup_entry l2_lookup = {0}; in sja1105et_is_fdb_entry_in_bin() local[all …]