Searched refs:ICE_FLOW_SEG_HDR_IPV6 (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_fdir.c | 416 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 421 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 426 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 431 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 436 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 441 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 445 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 450 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 455 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr() 460 ICE_FLOW_SEG_HDR_IPV6 | in ice_vc_fdir_set_flow_hdr()
|
D | ice_flow.c | 48 ICE_FLOW_FLD_INFO_MSK(ICE_FLOW_SEG_HDR_IPV6, 0, 1, 0x0ff0), 62 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV6, 8, sizeof(struct in6_addr)), 64 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV6, 24, sizeof(struct in6_addr)), 614 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_ARP) 673 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz() 741 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV6) && in ice_flow_proc_seg_hdrs() 758 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV6) && in ice_flow_proc_seg_hdrs() 764 } else if (hdrs & ICE_FLOW_SEG_HDR_IPV6) { in ice_flow_proc_seg_hdrs() 1865 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6)
|
D | ice_ethtool_fdir.c | 793 } else if (l3_proto == ICE_FLOW_SEG_HDR_IPV6) { in ice_set_init_fdir_seg() 869 ret = ice_set_init_fdir_seg(seg, ICE_FLOW_SEG_HDR_IPV6, in ice_create_init_fdir_rule() 872 ret = ice_set_init_fdir_seg(seg, ICE_FLOW_SEG_HDR_IPV6, in ice_create_init_fdir_rule() 1088 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV6 | l4_proto); in ice_set_fdir_ip6_seg() 1167 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_IPV6); in ice_set_fdir_ip6_usr_seg()
|
D | ice_flow.h | 123 ICE_FLOW_SEG_HDR_IPV6 = 0x00000008, enumerator
|
D | ice_lib.c | 1712 ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld() 1740 ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld() 1747 ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld() 1754 ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6); in ice_vsi_set_rss_flow_fld()
|
D | ice_ethtool.c | 2459 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2462 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs() 2465 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
|
D | ice_virtchnl.c | 31 {VIRTCHNL_PROTO_HDR_IPV6, ICE_FLOW_SEG_HDR_IPV6 |
|