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()
1279 sig_hash ^= lo_hash_dword << (16 - n); \1285 sig_hash ^= hi_hash_dword << (16 - n); \1303 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1348 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()1349 sig_hash &= IXGBE_ATR_HASH_MASK << 16; in ixgbe_atr_compute_sig_hash_82599()1352 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()