Home
last modified time | relevance | path

Searched refs:sig_hash (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c569 uint32_t bucket_hash, sig_hash; in atr_compute_signature_hash() local
580 sig_hash = txgbe_atr_compute_hash(input, in atr_compute_signature_hash()
583 return TXGBE_FDIRPIHASH_SIG(sig_hash) | in atr_compute_signature_hash()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1418 sig_hash ^= lo_hash_dword << (16 - n); \
1424 sig_hash ^= hi_hash_dword << (16 - n); \
1442 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1487 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()
1488 sig_hash &= IXGBE_ATR_HASH_MASK << 16; in ixgbe_atr_compute_sig_hash_82599()
1491 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c855 uint32_t bucket_hash, sig_hash; in atr_compute_sig_hash_82599() local
870 sig_hash = ixgbe_atr_compute_hash_82599(input, in atr_compute_sig_hash_82599()
873 return (sig_hash << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT) | bucket_hash; in atr_compute_sig_hash_82599()