Searched refs:hash_offset (Results 1 – 13 of 13) sorted by relevance
| /drivers/soc/qcom/ |
| A D | mdt_loader.c | 164 size_t hash_offset; in qcom_mdt_read_metadata() local 207 hash_offset = phdrs[0].p_filesz; in qcom_mdt_read_metadata() 208 memcpy(data + ehdr_size, fw->data + hash_offset, hash_size); in qcom_mdt_read_metadata() 211 hash_offset = phdrs[hash_segment].p_offset; in qcom_mdt_read_metadata() 212 memcpy(data + ehdr_size, fw->data + hash_offset, hash_size); in qcom_mdt_read_metadata()
|
| /drivers/net/ipa/ |
| A D | ipa_table.c | 394 u32 hash_offset; in ipa_table_init_add() local 410 hash_offset = hash_mem ? hash_mem->offset : 0; in ipa_table_init_add() 435 hash_size, hash_offset, hash_addr); in ipa_table_init_add() 448 zero_offset = hash_offset + hash_size; in ipa_table_init_add()
|
| A D | ipa_cmd.c | 363 dma_addr_t addr, u16 hash_size, u32 hash_offset, in ipa_cmd_table_init_add() argument 380 hash_offset += ipa->mem_offset; in ipa_cmd_table_init_add() 381 val |= u64_encode_bits(hash_offset, in ipa_cmd_table_init_add()
|
| A D | ipa_cmd.h | 86 u16 hash_size, u32 hash_offset,
|
| /drivers/net/ethernet/mediatek/ |
| A D | mtk_ppe.c | 178 hash <<= (ffs(eth->soc->hash_offset) - 1); in mtk_ppe_hash_entry() 691 hlist_add_head(&entry->list, &ppe->foe_flow[hash / soc->hash_offset]); in mtk_foe_entry_commit() 716 &ppe->foe_flow[hash / soc->hash_offset]); in mtk_foe_entry_commit_subflow() 741 struct hlist_head *head = &ppe->foe_flow[hash / soc->hash_offset]; in __mtk_ppe_check_skb() 911 foe_flow_size = (MTK_PPE_ENTRIES / soc->hash_offset) * in mtk_ppe_init()
|
| A D | mtk_eth_soc.c | 5368 .hash_offset = 2, 5397 .hash_offset = 2, 5426 .hash_offset = 2, 5482 .hash_offset = 4, 5512 .hash_offset = 4, 5542 .hash_offset = 4,
|
| A D | mtk_eth_soc.h | 1216 u8 hash_offset; member
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_npc_hash.h | 181 u16 hash_offset; // 11 bits offset member
|
| A D | rvu_npc_hash.c | 449 hash += table->mem_table.hash_offset; in rvu_exact_calculate_hash() 681 rvu->hw->table->mem_table.hash_offset = 0; in rvu_exact_config_result_ctrl()
|
| A D | rvu_debugfs.c | 3651 seq_printf(s, "Hash Offset : 0x%x\n", table->mem_table.hash_offset); in rvu_dbg_npc_exact_show_info()
|
| /drivers/crypto/ |
| A D | s5p-sss.c | 239 unsigned int hash_offset; member 386 .hash_offset = 0x6000, 392 .hash_offset = 0x400, 398 .hash_offset = 0x800, 2214 pdata->io_hash_base = pdata->ioaddr + variant->hash_offset; in s5p_aes_probe()
|
| /drivers/md/ |
| A D | dm-integrity.c | 1405 unsigned int hash_offset = 0; in dm_integrity_rw_tag() local 1451 hash_offset++; in dm_integrity_rw_tag() 1452 if (unlikely(hash_offset == ic->tag_size)) { in dm_integrity_rw_tag() 1457 hash_offset = 0; in dm_integrity_rw_tag() 1474 hash_offset = (hash_offset + to_copy) % ic->tag_size; in dm_integrity_rw_tag()
|
| /drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_eth.c | 2695 u32 fd_status, hash_offset; in rx_default_dqrr() local 2773 &hash_offset)) { in rx_default_dqrr() 2774 hash = be32_to_cpu(*(__be32 *)(vaddr + hash_offset)); in rx_default_dqrr()
|
Completed in 75 milliseconds