/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | sample.c | 176 u32 hash_key; in sampler_get() local 180 hash_key = sampler_hash(sample_ratio, default_table_id); in sampler_get() 181 hash_for_each_possible(tc_psample->hashtbl, sampler, hlist, hash_key) in sampler_get() 200 hash_add(tc_psample->hashtbl, &sampler->hlist, hash_key); in sampler_get()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.h | 120 unsigned hash_key,
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_nir.h | 151 const uint32_t hash_key; member
|
H A D | dzn_meta.c | 482 _mesa_hash_table_search(meta->fs, (void *)(uintptr_t)info->hash_key); in dzn_meta_blits_get_fs() 507 _mesa_hash_table_insert(meta->fs, &info->hash_key, out); in dzn_meta_blits_get_fs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_rss.h | 59 u8 hash_key[HCLGE_COMM_RSS_HASH_KEY_NUM]; member
|
H A D | hclge_comm_rss.c | 394 memcpy(req->hash_key, in hclge_comm_set_rss_algo_key()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 2093 struct SECURITY_KEY hash_key; in ntfs_insert_security() local 2103 hash_key.hash = security_hash(sd, size_sd); in ntfs_insert_security() 2104 hash_key.sec_id = SECURITY_ID_INVALID; in ntfs_insert_security() 2139 err = indx_find(indx_sdh, ni, root_sdh, &hash_key, sizeof(hash_key), in ntfs_insert_security() 2154 d_security->key.hash == hash_key.hash && in ntfs_insert_security() 2168 if (!e || e->key.hash != hash_key.hash) in ntfs_insert_security() 2196 d_security->key.hash = hash_key.hash; in ntfs_insert_security()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_cmd.h | 194 u8 hash_key[HCLGEVF_RSS_HASH_KEY_NUM]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 762 u32 hash_key = hash_hairpin_info(peer_vhca_id, prio); in mlx5e_hairpin_get() local 765 hairpin_hlist, hash_key) { in mlx5e_hairpin_get() 3731 uintptr_t hash_key) in mlx5e_encap_get() 3738 encap_hlist, hash_key) { in mlx5e_encap_get() 3751 uintptr_t hash_key) in mlx5e_decap_get() 3758 hlist, hash_key) { in mlx5e_decap_get() 3808 uintptr_t hash_key; in mlx5e_attach_encap() local 3821 hash_key = hash_encap_info(&key); in mlx5e_attach_encap() 3824 e = mlx5e_encap_get(priv, &key, hash_key); in mlx5e_attach_encap() 3866 hash_add_rcu(esw->offloads.encap_tbl, &e->encap_hlist, hash_key); in mlx5e_attach_encap() 3730 mlx5e_encap_get(struct mlx5e_priv *priv, struct encap_key *key, uintptr_t hash_key) mlx5e_encap_get() argument 3750 mlx5e_decap_get(struct mlx5e_priv *priv, struct mlx5e_decap_key *key, uintptr_t hash_key) mlx5e_decap_get() argument 3921 uintptr_t hash_key; mlx5e_attach_decap() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | hash_table.c | 908 struct hash_key *_key = (struct hash_key *)entry->key; in _mesa_hash_table_u64_remove()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 544 u8 hash_key[ENETC_RSSHASH_KEY_SIZE]; in enetc_configure_port() local 554 get_random_bytes(hash_key, ENETC_RSSHASH_KEY_SIZE); in enetc_configure_port() 555 enetc_set_rss_key(hw, hash_key); in enetc_configure_port()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 588 u8 hash_key[ENETC_RSSHASH_KEY_SIZE]; in enetc_configure_port() local 596 get_random_bytes(hash_key, ENETC_RSSHASH_KEY_SIZE); in enetc_configure_port() 597 enetc_set_rss_key(hw, hash_key); in enetc_configure_port()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | n2_core.c | 297 unsigned char hash_key[N2_HASH_KEY_MAX]; member 477 ctx->hash_key); in n2_hmac_async_setkey() 482 memcpy(ctx->hash_key, key, keylen); in n2_hmac_async_setkey() 654 __pa(&ctx->hash_key), in n2_hmac_async_digest()
|
H A D | picoxcell_crypto.c | 238 const u8 *iv, size_t ivlen, const u8 *hash_key, in spacc_load_ctx() 254 if (hash_key) { in spacc_load_ctx() 255 memcpy_toio32(hash_page_addr, hash_key, hash_len / 4); in spacc_load_ctx() 236 spacc_load_ctx(struct spacc_generic_ctx *ctx, const u8 *ciph_key, size_t ciph_len, const u8 *iv, size_t ivlen, const u8 *hash_key, size_t hash_len) spacc_load_ctx() argument
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | n2_core.c | 299 unsigned char hash_key[N2_HASH_KEY_MAX]; member 479 ctx->hash_key); in n2_hmac_async_setkey() 484 memcpy(ctx->hash_key, key, keylen); in n2_hmac_async_setkey() 656 __pa(&ctx->hash_key), in n2_hmac_async_digest()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 817 uint32_t hash_key = compute_shader_key(view_target, num_components); in download_texture_compute() local 818 assert(hash_key != 0); in download_texture_compute() 820 struct hash_entry *he = _mesa_hash_table_search(st->pbo.shaders, (void*)(uintptr_t)hash_key); in download_texture_compute() 824 he = _mesa_hash_table_insert(st->pbo.shaders, (void*)(uintptr_t)hash_key, cs); in download_texture_compute()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.c | 389 unsigned key_size, hash_key; in u_vbuf_set_vertex_elements_internal() local 396 hash_key = cso_construct_key((void*)velems, key_size); in u_vbuf_set_vertex_elements_internal() 397 iter = cso_find_state_template(&mgr->cso_cache, hash_key, CSO_VELEMENTS, in u_vbuf_set_vertex_elements_internal() 406 iter = cso_insert_state(&mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 276 struct ena_admin_feature_rss_flow_hash_control *hash_key; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 276 struct ena_admin_feature_rss_flow_hash_control *hash_key; member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 650 const u32 *hash_key = (const u32 *)((const u8 *)key + range->start); in flow_hash() local 655 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 651 const u32 *hash_key = (const u32 *)((const u8 *)key + range->start); in flow_hash() local 656 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_cmd.h | 544 u8 hash_key[HCLGE_RSS_HASH_KEY_NUM]; member
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | ar-internal.h | 285 unsigned long hash_key; member
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | ar-internal.h | 328 unsigned long hash_key; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 965 u32 hash_key = hash_hairpin_info(peer_vhca_id, prio); in mlx5e_hairpin_get() local 968 hairpin_hlist, hash_key) { in mlx5e_hairpin_get()
|