Home
last modified time | relevance | path

Searched refs:hash_idx (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dflowring.c63 u16 hash_idx; in brcmf_flowring_lookup() local
93 hash_idx++; in brcmf_flowring_lookup()
108 u16 hash_idx; in brcmf_flowring_create() local
137 hash_idx++; in brcmf_flowring_create()
153 hash[hash_idx].fifo = fifo; in brcmf_flowring_create()
155 hash[hash_idx].flowid = i; in brcmf_flowring_create()
157 ring->hash_id = hash_idx; in brcmf_flowring_create()
232 u16 hash_idx; in brcmf_flowring_delete() local
244 hash_idx = ring->hash_id; in brcmf_flowring_delete()
349 u16 hash_idx; in brcmf_flowring_ifidx_get() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c82 u64 *secret_key, u8 intf, u8 hash_idx) in npc_field_hash_calc() argument
94 data_padded[0] = mkex_hash->hash_mask[intf][hash_idx][0] & ldata[0]; in npc_field_hash_calc()
95 data_padded[1] = mkex_hash->hash_mask[intf][hash_idx][1] & ldata[1]; in npc_field_hash_calc()
98 field_hash &= mkex_hash->hash_ctrl[intf][hash_idx] >> 32; in npc_field_hash_calc()
99 field_hash |= mkex_hash->hash_ctrl[intf][hash_idx]; in npc_field_hash_calc()
245 u8 hash_idx; in npc_update_field_hash() local
255 for (hash_idx = 0; hash_idx < NPC_MAX_HASH; hash_idx++) { in npc_update_field_hash()
256 cfg = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_HASHX_CFG(intf, hash_idx)); in npc_update_field_hash()
262 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][ltype][hash_idx]) { in npc_update_field_hash()
279 hash_idx); in npc_update_field_hash()
[all …]
A Drvu_npc_hash.h60 u64 *secret_key, u8 intf, u8 hash_idx);
/linux-6.3-rc2/drivers/misc/bcm-vk/
A Dbcm_vk_msg.c214 u32 hash_idx = hash_32(pid, VK_PID_HT_SHIFT_BIT); in bcm_vk_get_ctx() local
243 ctx->hash_idx = hash_idx; in bcm_vk_get_ctx()
244 list_add_tail(&ctx->node, &vk->pid_ht[hash_idx].head); in bcm_vk_get_ctx()
294 u32 hash_idx; in bcm_vk_free_ctx() local
316 hash_idx = ctx->hash_idx; in bcm_vk_free_ctx()
317 list_for_each_entry(entry, &vk->pid_ht[hash_idx].head, node) { in bcm_vk_free_ctx()
A Dbcm_vk_msg.h87 u32 hash_idx; member

Completed in 17 milliseconds