Searched refs:unpacked_entry_size (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.c | 1147 entry_ptr += j * table->ops->unpacked_entry_size; in sja1105_static_config_pack() 1202 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_entry), 1208 .unpacked_entry_size = sizeof(struct sja1105_l2_policing_entry), 1214 .unpacked_entry_size = sizeof(struct sja1105_vlan_lookup_entry), 1220 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_entry), 1226 .unpacked_entry_size = sizeof(struct sja1105_mac_config_entry), 1232 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_params_entry), 1238 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_params_entry), 1244 .unpacked_entry_size = sizeof(struct sja1105_avb_params_entry), 1250 .unpacked_entry_size = sizeof(struct sja1105_general_params_entry), [all …]
|
D | sja1105_tas.c | 231 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()
|
D | sja1105_vl.c | 374 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()
|
D | sja1105_main.c | 199 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mac_settings() 250 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mii_settings() 348 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_static_fdb() 428 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_lookup_params() 470 table->entries = kzalloc(table->ops->unpacked_entry_size, in sja1105_init_static_vlan() 513 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding() 648 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1110_init_pcp_remapping() 681 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding_params() 896 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_general_params() 926 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_avb_params() [all …]
|
D | sja1105_static_config.h | 435 size_t unpacked_entry_size; member
|