sja1105_table_resize
rc = sja1105_table_resize(table, table->entry_count + 1);
return sja1105_table_resize(table, table->entry_count - 1);
rc = sja1105_table_resize(table, table->entry_count + 1);
int sja1105_table_resize(struct sja1105_table *table, size_t new_count);