Searched refs:ICE_FLOW_SEG_HDR_IPV4 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_flow.c | 25 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV4, 12, sizeof(struct in_addr)), 27 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_IPV4, 16, sizeof(struct in_addr)), 215 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6) 262 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz() 301 if ((hdrs & ICE_FLOW_SEG_HDR_IPV4) && in ice_flow_proc_seg_hdrs() 307 } else if (hdrs & ICE_FLOW_SEG_HDR_IPV4) { in ice_flow_proc_seg_hdrs() 1157 (ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6)
|
D | ice_flow.h | 41 ICE_FLOW_SEG_HDR_IPV4 = 0x00000004, enumerator
|
D | ice_ethtool_fdir.c | 644 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()
|
D | ice_lib.c | 1434 ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld() 1448 ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld() 1455 ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld() 1462 ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4); in ice_vsi_set_rss_flow_fld()
|
D | ice_ethtool.c | 2438 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2441 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2444 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
|