Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c68 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_get_total_num_entries() local
70 return sram_num_entries + PPE_DRAM_NUM_ENTRIES; in airoha_ppe_get_total_num_entries()
90 u32 sram_ppe_num_data_entries = PPE_SRAM_NUM_ENTRIES, sram_num_entries; in airoha_ppe_hw_init() local
95 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_hw_init()
96 sram_tb_size = sram_num_entries * sizeof(struct airoha_foe_entry); in airoha_ppe_hw_init()
605 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_foe_get_entry_locked() local
609 if (hash < sram_num_entries) { in airoha_ppe_foe_get_entry_locked()
688 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_foe_commit_entry() local
713 if (hash < sram_num_entries) in airoha_ppe_foe_commit_entry()
1300 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_flush_sram_entries() local
[all …]
/linux/include/linux/soc/airoha/
H A Dairoha_offload.h189 int sram_num_entries);