Searched refs:sja1105_table_resize (Results 1 – 2 of 2) sorted by relevance
493 int sja1105_table_resize(struct sja1105_table *table, size_t new_count);
1482 rc = sja1105_table_resize(table, table->entry_count + 1); in sja1105_static_fdb_change()1507 return sja1105_table_resize(table, table->entry_count - 1); in sja1105_static_fdb_change()2497 rc = sja1105_table_resize(table, table->entry_count + 1); in sja1105_vlan_add()