Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c75 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_SCTP, 0, sizeof(__be16)),
77 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_SCTP, 2, sizeof(__be16)),
617 ICE_FLOW_SEG_HDR_SCTP)
620 (ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_SCTP)
688 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_SCTP) in ice_flow_calc_seg_sz()
793 } else if (hdrs & ICE_FLOW_SEG_HDR_SCTP) { in ice_flow_proc_seg_hdrs()
1851 (ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_SCTP)
H A Dice_flow.h128 ICE_FLOW_SEG_HDR_SCTP = 0x00000100, enumerator
H A Dice_ethtool_fdir.c944 } else if (l4_proto == ICE_FLOW_SEG_HDR_SCTP) { in ice_set_fdir_ip4_seg()
1088 } else if (l4_proto == ICE_FLOW_SEG_HDR_SCTP) { in ice_set_fdir_ip6_seg()
1245 ICE_FLOW_SEG_HDR_SCTP, in ice_cfg_fdir_xtrct_seq()
1264 ICE_FLOW_SEG_HDR_SCTP, in ice_cfg_fdir_xtrct_seq()
H A Dice_virtchnl_fdir.c407 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_SCTP | in ice_vc_fdir_set_flow_hdr()
456 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_SCTP | in ice_vc_fdir_set_flow_hdr()
H A Dice_lib.c1660 ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld()
1681 ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld()
H A Dice_ethtool.c2405 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2414 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
H A Dice_virtchnl.c35 {VIRTCHNL_PROTO_HDR_SCTP, ICE_FLOW_SEG_HDR_SCTP},