Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1615 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument
1625 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()
1671 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599() argument
1673 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1675 mask |= IXGBE_NTOHS(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1700 union ixgbe_atr_input *input_mask, bool cloud_mode) in ixgbe_fdir_set_input_mask_82599() argument
1720 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1724 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1734 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()
1737 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
[all …]
H A Dixgbe_api.h159 union ixgbe_atr_input *input_mask, bool cloud_mode);