Searched refs:unpacked_entry_size (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c215 table->ops->unpacked_entry_size, GFP_KERNEL);
266 table->ops->unpacked_entry_size, GFP_KERNEL);
364 table->entries = kcalloc(1, table->ops->unpacked_entry_size,
442 table->ops->unpacked_entry_size, GFP_KERNEL);
484 table->entries = kzalloc(table->ops->unpacked_entry_size,
527 table->ops->unpacked_entry_size, GFP_KERNEL);
662 table->ops->unpacked_entry_size, GFP_KERNEL);
695 table->ops->unpacked_entry_size, GFP_KERNEL);
910 table->ops->unpacked_entry_size, GFP_KERNEL);
940 table->ops->unpacked_entry_size, GFP_KERNE
[all...]
H A Dsja1105_static_config.c1147 entry_ptr += j * table->ops->unpacked_entry_size;
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
[all...]
H A Dsja1105_static_config.h435 size_t unpacked_entry_size; member in struct:sja1105_table_ops
H A Dsja1105_tas.c231 table->entries = kcalloc(num_entries, table->ops->unpacked_entry_size,
241 table->ops->unpacked_entry_size, GFP_KERNEL);
254 table->ops->unpacked_entry_size, GFP_KERNEL);
262 table->entries = kcalloc(num_cycles, table->ops->unpacked_entry_size,
H A Dsja1105_vl.c387 table->ops->unpacked_entry_size,
455 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size,
464 table->entries = kcalloc(max_sharindx, table->ops->unpacked_entry_size,
473 table->entries = kcalloc(1, table->ops->unpacked_entry_size,

Completed in 250 milliseconds