hash_val          406 drivers/crypto/chelsio/chcr_algo.c 	phys_cpl->rss_hdr_int.hash_val = 0;
hash_val         4090 drivers/infiniband/hw/cxgb4/cm.c 	stid = (__force int) cpu_to_be32((__force u32) rss->hash_val);
hash_val         1269 drivers/infiniband/ulp/ipoib/ipoib_main.c 	u32 hash_val;
hash_val         1278 drivers/infiniband/ulp/ipoib/ipoib_main.c 	hash_val = ipoib_addr_hash(htbl, daddr);
hash_val         1279 drivers/infiniband/ulp/ipoib/ipoib_main.c 	for (neigh = rcu_dereference_bh(htbl->buckets[hash_val]);
hash_val         1391 drivers/infiniband/ulp/ipoib/ipoib_main.c 	u32 hash_val;
hash_val         1403 drivers/infiniband/ulp/ipoib/ipoib_main.c 	hash_val = ipoib_addr_hash(htbl, daddr);
hash_val         1404 drivers/infiniband/ulp/ipoib/ipoib_main.c 	for (neigh = rcu_dereference_protected(htbl->buckets[hash_val],
hash_val         1430 drivers/infiniband/ulp/ipoib/ipoib_main.c 			   rcu_dereference_protected(htbl->buckets[hash_val],
hash_val         1432 drivers/infiniband/ulp/ipoib/ipoib_main.c 	rcu_assign_pointer(htbl->buckets[hash_val], neigh);
hash_val         1481 drivers/infiniband/ulp/ipoib/ipoib_main.c 	u32 hash_val;
hash_val         1488 drivers/infiniband/ulp/ipoib/ipoib_main.c 	hash_val = ipoib_addr_hash(htbl, neigh->daddr);
hash_val         1489 drivers/infiniband/ulp/ipoib/ipoib_main.c 	np = &htbl->buckets[hash_val];
hash_val         2768 drivers/net/ethernet/chelsio/cxgb4/sge.c 		skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val,
hash_val         3003 drivers/net/ethernet/chelsio/cxgb4/sge.c 		skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val,
hash_val          236 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	__be32 hash_val;
hash_val          845 drivers/net/ethernet/davicom/dm9000.c 	u32 hash_val;
hash_val          862 drivers/net/ethernet/davicom/dm9000.c 		hash_val = ether_crc_le(6, ha->addr) & 0x3f;
hash_val          863 drivers/net/ethernet/davicom/dm9000.c 		hash_table[hash_val / 16] |= (u16) 1 << (hash_val % 16);
hash_val         1465 drivers/net/ethernet/dec/tulip/dmfe.c 		u32 hash_val = cal_CRC((char *)ha->addr, 6, 0) & 0x3f;
hash_val         1467 drivers/net/ethernet/dec/tulip/dmfe.c 		hash_table[hash_val / 16] |= (u16) 1 << (hash_val % 16);
hash_val          283 drivers/net/ethernet/emulex/benet/be_hw.h 	u8 hash_val[4];		/* dword 3 */
hash_val         1102 drivers/net/ethernet/nxp/lpc_eth.c 	u32 tmp32, hash_val, hashlo, hashhi;
hash_val         1130 drivers/net/ethernet/nxp/lpc_eth.c 		hash_val = (ether_crc(6, ha->addr) >> 23) & 0x3F;
hash_val         1132 drivers/net/ethernet/nxp/lpc_eth.c 		if (hash_val >= 32)
hash_val         1133 drivers/net/ethernet/nxp/lpc_eth.c 			hashhi |= 1 << (hash_val - 32);
hash_val         1135 drivers/net/ethernet/nxp/lpc_eth.c 			hashlo |= 1 << hash_val;
hash_val          291 include/net/neighbour.h 	u32 hash_val;
hash_val          293 include/net/neighbour.h 	hash_val = hash(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift);
hash_val          294 include/net/neighbour.h 	for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]);
hash_val          202 net/core/neighbour.c 	u32 hash_val;
hash_val          208 net/core/neighbour.c 	hash_val = tbl->hash(pkey, ndel->dev, nht->hash_rnd);
hash_val          209 net/core/neighbour.c 	hash_val = hash_val >> (32 - nht->hash_shift);
hash_val          211 net/core/neighbour.c 	np = &nht->hash_buckets[hash_val];
hash_val          546 net/core/neighbour.c 	u32 hash_val;
hash_val          553 net/core/neighbour.c 	hash_val = tbl->hash(pkey, NULL, nht->hash_rnd) >> (32 - nht->hash_shift);
hash_val          555 net/core/neighbour.c 	for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]);
hash_val          578 net/core/neighbour.c 	u32 hash_val;
hash_val          624 net/core/neighbour.c 	hash_val = tbl->hash(n->primary_key, dev, nht->hash_rnd) >> (32 - nht->hash_shift);
hash_val          631 net/core/neighbour.c 	for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val],
hash_val          651 net/core/neighbour.c 			   rcu_dereference_protected(nht->hash_buckets[hash_val],
hash_val          653 net/core/neighbour.c 	rcu_assign_pointer(nht->hash_buckets[hash_val], n);
hash_val          677 net/core/neighbour.c 	u32 hash_val = *(u32 *)(pkey + key_len - 4);
hash_val          678 net/core/neighbour.c 	hash_val ^= (hash_val >> 16);
hash_val          679 net/core/neighbour.c 	hash_val ^= hash_val >> 8;
hash_val          680 net/core/neighbour.c 	hash_val ^= hash_val >> 4;
hash_val          681 net/core/neighbour.c 	hash_val &= PNEIGH_HASHMASK;
hash_val          682 net/core/neighbour.c 	return hash_val;
hash_val          705 net/core/neighbour.c 	u32 hash_val = pneigh_hash(pkey, key_len);
hash_val          707 net/core/neighbour.c 	return __pneigh_lookup_1(tbl->phash_buckets[hash_val],
hash_val          718 net/core/neighbour.c 	u32 hash_val = pneigh_hash(pkey, key_len);
hash_val          721 net/core/neighbour.c 	n = __pneigh_lookup_1(tbl->phash_buckets[hash_val],
hash_val          750 net/core/neighbour.c 	n->next = tbl->phash_buckets[hash_val];
hash_val          751 net/core/neighbour.c 	tbl->phash_buckets[hash_val] = n;
hash_val          764 net/core/neighbour.c 	u32 hash_val = pneigh_hash(pkey, key_len);
hash_val          767 net/core/neighbour.c 	for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL;
hash_val         1149 net/openvswitch/flow_netlink.c 		u32 hash_val = nla_get_u32(a[OVS_KEY_ATTR_DP_HASH]);
hash_val         1151 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, ovs_flow_hash, hash_val, is_mask);