Lines Matching refs:input_mask
114 union txgbe_atr_input *input_mask) in txgbe_atr_compute_perfect_hash() argument
123 input->dword_stream[i] &= input_mask->dword_stream[i]; in txgbe_atr_compute_perfect_hash()
307 int txgbe_fdir_set_input_mask(struct wx *wx, union txgbe_atr_input *input_mask) in txgbe_fdir_set_input_mask() argument
321 if (input_mask->formatted.bkt_hash) in txgbe_fdir_set_input_mask()
325 switch (input_mask->formatted.vm_pool & 0x7F) { in txgbe_fdir_set_input_mask()
336 switch (input_mask->formatted.flow_type & TXGBE_ATR_L4TYPE_MASK) { in txgbe_fdir_set_input_mask()
339 if (input_mask->formatted.dst_port || in txgbe_fdir_set_input_mask()
340 input_mask->formatted.src_port) { in txgbe_fdir_set_input_mask()
360 switch ((__force u16)input_mask->formatted.flex_bytes & 0xFFFF) { in txgbe_fdir_set_input_mask()
374 fdirtcpm = ntohs(input_mask->formatted.dst_port); in txgbe_fdir_set_input_mask()
376 fdirtcpm |= ntohs(input_mask->formatted.src_port); in txgbe_fdir_set_input_mask()
385 ntohl(~input_mask->formatted.src_ip[0])); in txgbe_fdir_set_input_mask()
387 ntohl(~input_mask->formatted.dst_ip[0])); in txgbe_fdir_set_input_mask()