Searched refs:sig_hash (Results 1 – 3 of 3) sorted by relevance
569 uint32_t bucket_hash, sig_hash; in atr_compute_signature_hash() local580 sig_hash = txgbe_atr_compute_hash(input, in atr_compute_signature_hash()583 return TXGBE_FDIRPIHASH_SIG(sig_hash) | in atr_compute_signature_hash()
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()
855 uint32_t bucket_hash, sig_hash; in atr_compute_sig_hash_82599() local870 sig_hash = ixgbe_atr_compute_hash_82599(input, in atr_compute_sig_hash_82599()873 return (sig_hash << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT) | bucket_hash; in atr_compute_sig_hash_82599()