Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c945 u8 s_field; in ice_vc_fdir_parse_pattern() local
1090 s_field = (rawh[0] >> PFCP_S_OFFSET) & PFCP_S_MASK; in ice_vc_fdir_parse_pattern()
1091 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 0) in ice_vc_fdir_parse_pattern()
1093 else if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 1) in ice_vc_fdir_parse_pattern()
1095 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 0) in ice_vc_fdir_parse_pattern()
1097 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 1) in ice_vc_fdir_parse_pattern()