Searched refs:bucket_hash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82599.c1766 u16 bucket_hash, sig_hash; local
1769 bucket_hash = ixgbe_atr_compute_hash_82599(input,
1772 /* bucket_hash is only 15 bits */
1773 bucket_hash &= IXGBE_ATR_HASH_MASK;
1786 fdirhash = sig_hash << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT | bucket_hash;
1838 u16 bucket_hash; local
1864 bucket_hash = ixgbe_atr_compute_hash_82599(input,
1867 /* bucket_hash is only 15 bits */
1868 bucket_hash &= IXGBE_ATR_HASH_MASK;
1875 fdirhash = soft_id << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT | bucket_hash;
[all...]

Completed in 55 milliseconds