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

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 1471 bucket_hash ^= lo_hash_dword >> n; \
1477 bucket_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
1539 bucket_hash ^= common_hash;
1540 bucket_hash &= IXGBE_ATR_HASH_MASK;
1546 return sig_hash ^ bucket_hash;
1617 bucket_hash ^= lo_hash_dword >> n; \
1619 bucket_hash ^= hi_hash_dword >> n; \
1638 u32 bucket_hash = 0; local in function:ixgbe_atr_compute_perfect_hash_82599
1678 input->formatted.bkt_hash = bucket_hash & 0x1FFF
    [all...]
ixgbe_82599.c 1471 bucket_hash ^= lo_hash_dword >> n; \
1477 bucket_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
1539 bucket_hash ^= common_hash;
1540 bucket_hash &= IXGBE_ATR_HASH_MASK;
1546 return sig_hash ^ bucket_hash;
1617 bucket_hash ^= lo_hash_dword >> n; \
1619 bucket_hash ^= hi_hash_dword >> n; \
1638 u32 bucket_hash = 0; local in function:ixgbe_atr_compute_perfect_hash_82599
1678 input->formatted.bkt_hash = bucket_hash & 0x1FFF
    [all...]

Completed in 138 milliseconds