HomeSort by: relevance | last modified time | path
    Searched defs:common_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 1469 common_hash ^= lo_hash_dword >> n; \
1475 common_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
1538 /* combine common_hash result with signature and bucket hashes */
1539 bucket_hash ^= common_hash;
1542 sig_hash ^= common_hash << 16;
ixgbe_82599.c 1469 common_hash ^= lo_hash_dword >> n; \
1475 common_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
1538 /* combine common_hash result with signature and bucket hashes */
1539 bucket_hash ^= common_hash;
1542 sig_hash ^= common_hash << 16;

Completed in 131 milliseconds