Home
last modified time | relevance | path

Searched refs:common_hash (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_fdir.c24 common_hash ^= lo_hash_dword >> n; \
30 common_hash ^= hi_hash_dword >> n; \
53 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in txgbe_atr_compute_sig_hash() local
83 bucket_hash ^= common_hash; in txgbe_atr_compute_sig_hash()
86 sig_hash ^= common_hash << 16; in txgbe_atr_compute_sig_hash()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_82599.c1275 common_hash ^= lo_hash_dword >> n; \
1281 common_hash ^= hi_hash_dword >> n; \
1303 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1345 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1348 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()

Completed in 20 milliseconds