Searched refs:sig_hash (Results 1 – 2 of 2) sorted by relevance
28 sig_hash ^= lo_hash_dword << (16 - n); \34 sig_hash ^= hi_hash_dword << (16 - n); \53 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in txgbe_atr_compute_sig_hash() local86 sig_hash ^= common_hash << 16; in txgbe_atr_compute_sig_hash()87 sig_hash &= TXGBE_ATR_HASH_MASK << 16; in txgbe_atr_compute_sig_hash()90 *hash = sig_hash ^ bucket_hash; in txgbe_atr_compute_sig_hash()
1286 sig_hash ^= lo_hash_dword << (16 - n); \1292 sig_hash ^= hi_hash_dword << (16 - n); \1310 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1355 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()1356 sig_hash &= IXGBE_ATR_HASH_MASK << 16; in ixgbe_atr_compute_sig_hash_82599()1359 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()