Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_static_config.c789 entry_ptr += j * table->ops->unpacked_entry_size; in sja1105_static_config_pack()
844 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_entry),
850 .unpacked_entry_size = sizeof(struct sja1105_l2_policing_entry),
856 .unpacked_entry_size = sizeof(struct sja1105_vlan_lookup_entry),
862 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_entry),
868 .unpacked_entry_size = sizeof(struct sja1105_mac_config_entry),
874 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_params_entry),
880 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_params_entry),
886 .unpacked_entry_size = sizeof(struct sja1105_avb_params_entry),
892 .unpacked_entry_size = sizeof(struct sja1105_general_params_entry),
[all …]
Dsja1105_vl.c374 table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
440 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
449 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
458 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
Dsja1105_tas.c230 table->entries = kcalloc(num_entries, table->ops->unpacked_entry_size, in sja1105_init_scheduling()
240 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_scheduling()
253 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_scheduling()
261 table->entries = kcalloc(num_cycles, table->ops->unpacked_entry_size, in sja1105_init_scheduling()
Dsja1105_main.c120 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mac_settings()
175 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mii_settings()
285 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_lookup_params()
326 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_static_vlan()
379 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding()
428 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding_params()
532 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_general_params()
559 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_avb_params()
642 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_policing()
2141 table->entries = kcalloc(num_vlans, table->ops->unpacked_entry_size, in sja1105_commit_vlans()
[all …]
Dsja1105_static_config.h368 size_t unpacked_entry_size; member