Lines Matching refs:input_mask
1435 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument
1445 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()
1491 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599() argument
1493 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1496 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1520 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() argument
1537 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1541 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1552 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()
1555 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1556 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
1568 switch (ntohs(input_mask->formatted.vlan_id) & 0xEFFF) { in ixgbe_fdir_set_input_mask_82599()
1589 switch ((__force u16)input_mask->formatted.flex_bytes & 0xFFFF) { in ixgbe_fdir_set_input_mask_82599()
1605 fdirtcpm = ixgbe_get_fdirtcpm_82599(input_mask); in ixgbe_fdir_set_input_mask_82599()
1624 ~input_mask->formatted.src_ip[0]); in ixgbe_fdir_set_input_mask_82599()
1626 ~input_mask->formatted.dst_ip[0]); in ixgbe_fdir_set_input_mask_82599()