Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:bucket_hash

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;
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;
1678 input->formatted.bkt_hash = bucket_hash & 0x1FFF;