Home
last modified time | relevance | path

Searched refs:unpacked_entry_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/dsa/sja1105/
A Dsja1105_static_config.c1147 entry_ptr += j * table->ops->unpacked_entry_size; in sja1105_static_config_pack()
1202 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_entry),
1256 .unpacked_entry_size = sizeof(struct sja1105_retagging_entry),
1272 .unpacked_entry_size = sizeof(struct sja1105_schedule_entry),
1284 .unpacked_entry_size = sizeof(struct sja1105_vl_lookup_entry),
1302 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_entry),
1460 .unpacked_entry_size = sizeof(struct sja1105_schedule_entry),
1648 .unpacked_entry_size = sizeof(struct sja1105_schedule_entry),
1766 .unpacked_entry_size = sizeof(struct sja1105_schedule_entry),
1918 size_t entry_size = table->ops->unpacked_entry_size; in sja1105_table_delete_entry()
[all …]
A Dsja1105_tas.c231 table->entries = kcalloc(num_entries, table->ops->unpacked_entry_size, in sja1105_init_scheduling()
241 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_scheduling()
254 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_scheduling()
262 table->entries = kcalloc(num_cycles, table->ops->unpacked_entry_size, in sja1105_init_scheduling()
A Dsja1105_vl.c374 table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
441 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
450 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
459 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
A Dsja1105_main.c213 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mac_settings()
264 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mii_settings()
362 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_static_fdb()
442 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_lookup_params()
484 table->entries = kzalloc(table->ops->unpacked_entry_size, in sja1105_init_static_vlan()
527 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding()
662 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1110_init_pcp_remapping()
695 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding_params()
910 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_general_params()
940 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_avb_params()
[all …]
A Dsja1105_static_config.h435 size_t unpacked_entry_size; member

Completed in 20 milliseconds