Searched refs:sig_hash (Results 1 – 2 of 2) sorted by relevance
1418 sig_hash ^= lo_hash_dword << (16 - n); \1424 sig_hash ^= hi_hash_dword << (16 - n); \1442 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1487 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()1488 sig_hash &= IXGBE_ATR_HASH_MASK << 16; in ixgbe_atr_compute_sig_hash_82599()1491 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()
826 uint32_t bucket_hash, sig_hash; in atr_compute_sig_hash_82599() local841 sig_hash = ixgbe_atr_compute_hash_82599(input, in atr_compute_sig_hash_82599()844 return (sig_hash << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT) | bucket_hash; in atr_compute_sig_hash_82599()