Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c121 IXGBE_WRITE_REG(hw, IXGBE_FDIRHKEY, IXGBE_ATR_BUCKET_HASH_KEY); in fdir_enable_82599()
785 IXGBE_ATR_BUCKET_HASH_KEY) & in atr_compute_perfect_hash_82599()
789 IXGBE_ATR_BUCKET_HASH_KEY) & in atr_compute_perfect_hash_82599()
793 IXGBE_ATR_BUCKET_HASH_KEY) & in atr_compute_perfect_hash_82599()
830 IXGBE_ATR_BUCKET_HASH_KEY) & in atr_compute_sig_hash_82599()
834 IXGBE_ATR_BUCKET_HASH_KEY) & in atr_compute_sig_hash_82599()
838 IXGBE_ATR_BUCKET_HASH_KEY) & in atr_compute_sig_hash_82599()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1275 IXGBE_WRITE_REG(hw, IXGBE_FDIRHKEY, IXGBE_ATR_BUCKET_HASH_KEY); in ixgbe_fdir_enable_82599()
1409 (IXGBE_ATR_BUCKET_HASH_KEY & IXGBE_ATR_SIGNATURE_HASH_KEY)
1415 else if (IXGBE_ATR_BUCKET_HASH_KEY & (0x01 << n)) \
1421 else if (IXGBE_ATR_BUCKET_HASH_KEY & (0x01 << (n + 16))) \
1561 if (IXGBE_ATR_BUCKET_HASH_KEY & (0x01 << n)) \
1563 if (IXGBE_ATR_BUCKET_HASH_KEY & (0x01 << (n + 16))) \
H A Dixgbe_type.h3511 #define IXGBE_ATR_BUCKET_HASH_KEY 0x3DAD14E2 macro