Searched refs:htable (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | vxlan.c | 44 DECLARE_HASHTABLE(htable, 4); 82 hash_for_each_possible_rcu(vxlan->htable, vxlanp, hlist, port) in mlx5_vxlan_lookup_port() 96 hash_for_each_possible(vxlan->htable, vxlanp, hlist, port) in vxlan_lookup_port() 119 hash_add_rcu(vxlan->htable, &vxlanp->hlist, port); in mlx5_vxlan_add_port() 161 hash_init(vxlan->htable); in mlx5_vxlan_create() 175 WARN_ON(!hash_empty(vxlan->htable)); in mlx5_vxlan_destroy() 189 hash_for_each_safe(vxlan->htable, bkt, tmp, vxlanp, hlist) { in mlx5_vxlan_reset_to_default()
|
/drivers/crypto/vmx/ |
D | ghash.c | 27 void gcm_init_p8(u128 htable[16], const u64 Xi[2]); 28 void gcm_gmult_p8(u64 Xi[2], const u128 htable[16]); 29 void gcm_ghash_p8(u64 Xi[2], const u128 htable[16], 34 u128 htable[16]; member 65 gcm_init_p8(ctx->htable, (const u64 *) key); in p8_ghash_setkey() 82 gcm_ghash_p8(dctx->shash, ctx->htable, in __ghash_block() 101 gcm_ghash_p8(dctx->shash, ctx->htable, in __ghash_blocks()
|