Home
last modified time | relevance | path

Searched refs:sram_num_entries (Results 1 – 3 of 3) 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()
607 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_foe_get_entry_locked() local
611 if (hash < sram_num_entries) { in airoha_ppe_foe_get_entry_locked()
690 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_foe_commit_entry() local
715 if (hash < sram_num_entries) in airoha_ppe_foe_commit_entry()
1302 u32 sram_num_entries in airoha_ppe_flush_sram_entries() local
[all...]
H A Dairoha_npu.c373 int sram_num_entries) in airoha_npu_ppe_flush_sram_entries() argument
386 ppe_data->set_info.size = sram_num_entries; in airoha_npu_ppe_flush_sram_entries()
/linux/include/linux/soc/airoha/
H A Dairoha_offload.h189 int sram_num_entries);