Searched refs:s_field (Results 1 – 2 of 2) sorted by relevance
38 def check_fields_match(name, s_field, d_field): argument39 if s_field == d_field:98 if s_field in changed_names[name] and d_field in changed_names[name]:
843 u8 s_field; in ice_vc_fdir_parse_pattern() local 988 s_field = (rawh[0] >> PFCP_S_OFFSET) & PFCP_S_MASK; in ice_vc_fdir_parse_pattern() 989 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 0) in ice_vc_fdir_parse_pattern() 991 else if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 1) in ice_vc_fdir_parse_pattern() 993 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 0) in ice_vc_fdir_parse_pattern() 995 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 1) in ice_vc_fdir_parse_pattern()