Searched refs:l2_lookup (Results 1 – 1 of 1) sorted by relevance
881 struct sja1105_l2_lookup_entry *l2_lookup; in sja1105_find_static_fdb_entry() local886 l2_lookup = table->entries; in sja1105_find_static_fdb_entry()889 if (l2_lookup[i].macaddr == requested->macaddr && in sja1105_find_static_fdb_entry()890 l2_lookup[i].vlanid == requested->vlanid && in sja1105_find_static_fdb_entry()891 l2_lookup[i].destports & BIT(port)) in sja1105_find_static_fdb_entry()907 struct sja1105_l2_lookup_entry *l2_lookup; in sja1105_static_fdb_change() local928 l2_lookup = table->entries; in sja1105_static_fdb_change()937 l2_lookup[match] = *requested; in sja1105_static_fdb_change()944 l2_lookup[match] = l2_lookup[table->entry_count - 1]; in sja1105_static_fdb_change()967 struct sja1105_l2_lookup_entry l2_lookup = {0}; in sja1105et_is_fdb_entry_in_bin() local[all …]