Home
last modified time | relevance | path

Searched refs:sja1105_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/dsa/sja1105/
Dsja1105_static_config.h277 struct sja1105_table { struct
285 struct sja1105_table tables[BLK_IDX_MAX]; argument
326 int sja1105_table_delete_entry(struct sja1105_table *table, int i);
327 int sja1105_table_resize(struct sja1105_table *table, size_t new_count);
Dsja1105_main.c103 struct sja1105_table *table; in sja1105_init_mac_settings()
143 struct sja1105_table *table; in sja1105_init_mii_settings()
190 struct sja1105_table *table; in sja1105_init_static_fdb()
206 struct sja1105_table *table; in sja1105_init_l2_lookup_params()
264 struct sja1105_table *table; in sja1105_init_static_vlan()
309 struct sja1105_table *table; in sja1105_init_l2_forwarding()
359 struct sja1105_table *table; in sja1105_init_l2_forwarding_params()
428 struct sja1105_table *table; in sja1105_init_general_params()
475 struct sja1105_table *table; in sja1105_init_l2_policing()
514 struct sja1105_table *table; in sja1105_init_avb_params()
[all …]
Dsja1105_static_config.c556 static_config_check_memory_size(const struct sja1105_table *tables) in static_config_check_memory_size()
575 const struct sja1105_table *tables = config->tables; in sja1105_static_config_check_valid()
631 const struct sja1105_table *table; in sja1105_static_config_pack()
680 const struct sja1105_table *table; in sja1105_static_config_get_length()
1196 int sja1105_table_delete_entry(struct sja1105_table *table, int i) in sja1105_table_delete_entry()
1213 int sja1105_table_resize(struct sja1105_table *table, size_t new_count) in sja1105_table_resize()
Dsja1105_tas.c94 struct sja1105_table *table; in sja1105_init_scheduling()