Searched refs:unpacked_entry_size (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/dsa/sja1105/ |
| D | sja1105_static_config.c | 647 entry_ptr += j * table->ops->unpacked_entry_size; in sja1105_static_config_pack() 704 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_entry), 710 .unpacked_entry_size = sizeof(struct sja1105_l2_policing_entry), 716 .unpacked_entry_size = sizeof(struct sja1105_vlan_lookup_entry), 722 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_entry), 728 .unpacked_entry_size = sizeof(struct sja1105_mac_config_entry), 736 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_params_entry), 742 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_params_entry), 748 .unpacked_entry_size = sizeof(struct sja1105_avb_params_entry), 754 .unpacked_entry_size = sizeof(struct sja1105_general_params_entry), [all …]
|
| D | sja1105_tas.c | 148 table->entries = kcalloc(num_entries, table->ops->unpacked_entry_size, in sja1105_init_scheduling() 158 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_scheduling() 171 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_scheduling() 179 table->entries = kcalloc(num_cycles, table->ops->unpacked_entry_size, in sja1105_init_scheduling()
|
| D | sja1105_main.c | 115 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mac_settings() 155 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mii_settings() 249 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_lookup_params() 286 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_static_vlan() 320 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding() 369 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding_params() 446 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_general_params() 487 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_policing() 529 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_avb_params()
|
| D | sja1105_static_config.h | 272 size_t unpacked_entry_size; member
|