Searched defs:input_mask (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1597 * @input_mask: mask for the input bitstream
1599 * This function serves two main purposes. First it applies the input_mask
1606 union ixgbe_atr_input *input_mask)
1616 input->dword_stream[i] &= input_mask->dword_stream[i];
1655 * @input_mask: mask to be bit swapped
1662 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) argument
1664 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port);
1666 mask |= IXGBE_NTOHS(input_mask->formatted.src_port);
1691 union ixgbe_atr_input *input_mask, bool cloud_mode)
1710 if (input_mask
1605 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) argument
1690 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input_mask, bool cloud_mode) argument
1988 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask, u16 soft_id, u8 queue, bool cloud_mode) argument
[all...]

Completed in 49 milliseconds