ixgbe_82599.c | 1471 bucket_hash ^= lo_hash_dword >> n; \ 1477 bucket_hash ^= hi_hash_dword >> n; \ 1497 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; local in function:ixgbe_atr_compute_sig_hash_82599 1539 bucket_hash ^= common_hash; 1540 bucket_hash &= IXGBE_ATR_HASH_MASK; 1546 return sig_hash ^ bucket_hash; 1617 bucket_hash ^= lo_hash_dword >> n; \ 1619 bucket_hash ^= hi_hash_dword >> n; \ 1638 u32 bucket_hash = 0; local in function:ixgbe_atr_compute_perfect_hash_82599 1678 input->formatted.bkt_hash = bucket_hash & 0x1FFF [all...] |