Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_flow.c47 ICE_FLOW_FLD_INFO_MSK(ICE_FLOW_SEG_HDR_IPV6, 0, 1, 0x0ff0),
61 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV6, 8, sizeof(struct in6_addr)),
63 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV6, 24, sizeof(struct in6_addr)),
615 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_ARP)
675 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz()
744 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV6) && in ice_flow_proc_seg_hdrs()
761 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV6) && in ice_flow_proc_seg_hdrs()
767 } else if (hdrs & ICE_FLOW_SEG_HDR_IPV6) { in ice_flow_proc_seg_hdrs()
1819 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6)
Dice_virtchnl_fdir.c606 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
611 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
616 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
621 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
626 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
631 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
635 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
640 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
645 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
650 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
Dice_ethtool_fdir.c647 } else if (l3_proto == ICE_FLOW_SEG_HDR_IPV6) { in ice_set_init_fdir_seg()
723 ret = ice_set_init_fdir_seg(seg, ICE_FLOW_SEG_HDR_IPV6, in ice_create_init_fdir_rule()
726 ret = ice_set_init_fdir_seg(seg, ICE_FLOW_SEG_HDR_IPV6, in ice_create_init_fdir_rule()
942 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV6 | l4_proto); in ice_set_fdir_ip6_seg()
1021 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV6); in ice_set_fdir_ip6_usr_seg()
Dice_flow.h121 ICE_FLOW_SEG_HDR_IPV6 = 0x00000008, enumerator
Dice_lib.c1473 ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld()
1501 ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld()
1508 ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld()
1515 ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld()
Dice_ethtool.c2383 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2386 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2389 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
Dice_virtchnl_pf.c23 {VIRTCHNL_PROTO_HDR_IPV6, ICE_FLOW_SEG_HDR_IPV6 |
37 {VIRTCHNL_PROTO_HDR_IPV6, ICE_FLOW_SEG_HDR_IPV6 |