Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c538 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
543 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
548 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
553 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
558 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
563 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
567 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
572 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
577 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
586 ICE_FLOW_SEG_HDR_IPV4 | in ice_vc_fdir_set_flow_hdr()
[all …]
Dice_flow.c45 ICE_FLOW_FLD_INFO_MSK(ICE_FLOW_SEG_HDR_IPV4, 0, 1, 0x00fc),
57 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV4, 12, sizeof(struct in_addr)),
59 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV4, 16, sizeof(struct in_addr)),
615 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_ARP)
673 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz()
738 if ((hdrs & ICE_FLOW_SEG_HDR_IPV4) && in ice_flow_proc_seg_hdrs()
750 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV4) && in ice_flow_proc_seg_hdrs()
756 } else if (hdrs & ICE_FLOW_SEG_HDR_IPV4) { in ice_flow_proc_seg_hdrs()
1028 prot_id = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) ? in ice_flow_xtract_fld()
1819 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6)
Dice_ethtool_fdir.c644 if (l3_proto == ICE_FLOW_SEG_HDR_IPV4) { in ice_set_init_fdir_seg()
717 ret = ice_set_init_fdir_seg(seg, ICE_FLOW_SEG_HDR_IPV4, in ice_create_init_fdir_rule()
720 ret = ice_set_init_fdir_seg(seg, ICE_FLOW_SEG_HDR_IPV4, in ice_create_init_fdir_rule()
798 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV4 | l4_proto); in ice_set_fdir_ip4_seg()
873 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV4); in ice_set_fdir_ip4_usr_seg()
Dice_flow.h120 ICE_FLOW_SEG_HDR_IPV4 = 0x00000004, enumerator
Dice_lib.c1466 ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld()
1480 ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld()
1487 ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld()
1494 ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld()
Dice_ethtool.c2374 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2377 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2380 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
Dice_virtchnl_pf.c21 {VIRTCHNL_PROTO_HDR_IPV4, ICE_FLOW_SEG_HDR_IPV4 |
35 {VIRTCHNL_PROTO_HDR_IPV4, ICE_FLOW_SEG_HDR_IPV4 |