Home
last modified time | relevance | path

Searched refs:packed_entry_size (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_static_config.c782 table->ops->packed_entry_size / 4; in sja1105_static_config_pack()
790 memset(p, 0, table->ops->packed_entry_size); in sja1105_static_config_pack()
792 p += table->ops->packed_entry_size; in sja1105_static_config_pack()
828 sum += table->ops->packed_entry_size * table->entry_count; in sja1105_static_config_get_length()
845 .packed_entry_size = SJA1105ET_SIZE_L2_LOOKUP_ENTRY,
851 .packed_entry_size = SJA1105_SIZE_L2_POLICING_ENTRY,
857 .packed_entry_size = SJA1105_SIZE_VLAN_LOOKUP_ENTRY,
863 .packed_entry_size = SJA1105_SIZE_L2_FORWARDING_ENTRY,
869 .packed_entry_size = SJA1105ET_SIZE_MAC_CONFIG_ENTRY,
875 .packed_entry_size = SJA1105ET_SIZE_L2_LOOKUP_PARAMS_ENTRY,
[all …]
Dsja1105_static_config.h369 size_t packed_entry_size; member