Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c1528 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()
1531 sig_hash &= IXGBE_ATR_HASH_MASK << 16; in ixgbe_atr_compute_sig_hash_82599()
H A Dixgbe_type.h3548 #define IXGBE_ATR_HASH_MASK 0x7fff macro