Searched refs:bucket_hash (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1274 bucket_hash ^= lo_hash_dword >> n; \ 1280 bucket_hash ^= hi_hash_dword >> n; \ 1300 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local 1342 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599() 1343 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599() 1349 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599() 1417 bucket_hash ^= lo_hash_dword >> n; \ 1419 bucket_hash ^= hi_hash_dword >> n; \ 1438 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local 1478 input->formatted.bkt_hash = (__force __be16)(bucket_hash in ixgbe_atr_compute_perfect_hash_82599() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1274 bucket_hash ^= lo_hash_dword >> n; \ 1280 bucket_hash ^= hi_hash_dword >> n; \ 1300 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local 1342 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599() 1343 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599() 1349 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599() 1417 bucket_hash ^= lo_hash_dword >> n; \ 1419 bucket_hash ^= hi_hash_dword >> n; \ 1438 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local 1478 input->formatted.bkt_hash = (__force __be16)(bucket_hash in ixgbe_atr_compute_perfect_hash_82599() [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 206 iter < ARRAY_SIZE((c)->bucket_hash); \ 208 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
|
H A D | sysfs.c | 681 for (h = c->bucket_hash; in bch_cache_max_chain() 682 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
|
H A D | bcache.h | 733 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
|
H A D | btree.c | 826 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 206 iter < ARRAY_SIZE((c)->bucket_hash); \ 208 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
|
H A D | sysfs.c | 702 for (h = c->bucket_hash; in bch_cache_max_chain() 703 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
|
H A D | bcache.h | 739 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
|
H A D | btree.c | 847 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()
|
Completed in 19 milliseconds