Searched refs:sja1105_table_resize (Results 1 – 3 of 3) sorted by relevance
424 int sja1105_table_resize(struct sja1105_table *table, size_t new_count);
1189 rc = sja1105_table_resize(table, table->entry_count + 1); in sja1105_static_fdb_change()1214 return sja1105_table_resize(table, table->entry_count - 1); in sja1105_static_fdb_change()
1451 int sja1105_table_resize(struct sja1105_table *table, size_t new_count) in sja1105_table_resize() function