Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c1143 entry_ptr += j * table->ops->unpacked_entry_size; in sja1105_static_config_pack()
1198 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_entry),
1204 .unpacked_entry_size = sizeof(struct sja1105_l2_policing_entry),
1210 .unpacked_entry_size = sizeof(struct sja1105_vlan_lookup_entry),
1216 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_entry),
1222 .unpacked_entry_size = sizeof(struct sja1105_mac_config_entry),
1228 .unpacked_entry_size = sizeof(struct sja1105_l2_lookup_params_entry),
1234 .unpacked_entry_size = sizeof(struct sja1105_l2_forwarding_params_entry),
1240 .unpacked_entry_size = sizeof(struct sja1105_avb_params_entry),
1246 .unpacked_entry_size
[all...]
H 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()
H A Dsja1105_vl.c387 table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
455 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
464 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
473 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_virtual_links()
H A Dsja1105_main.c214 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mac_settings()
265 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_mii_settings()
363 table->entries = kcalloc(1, table->ops->unpacked_entry_size, in sja1105_init_static_fdb()
441 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_lookup_params()
483 table->entries = kzalloc(table->ops->unpacked_entry_size, in sja1105_init_static_vlan()
526 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding()
661 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1110_init_pcp_remapping()
694 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_l2_forwarding_params()
909 table->ops->unpacked_entry_size, GFP_KERNEL); in sja1105_init_general_params()
939 table->ops->unpacked_entry_size, GFP_KERNE in sja1105_init_avb_params()
[all...]
H A Dsja1105_static_config.h435 size_t unpacked_entry_size; member