Searched refs:ICE_FLOW_SEG_HDR_TCP (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool_fdir.c | 810 if (l4_proto == ICE_FLOW_SEG_HDR_TCP) { in ice_set_init_fdir_seg() 874 ICE_FLOW_SEG_HDR_TCP); in ice_create_init_fdir_rule() 880 ICE_FLOW_SEG_HDR_TCP); in ice_create_init_fdir_rule() 940 if (l4_proto == ICE_FLOW_SEG_HDR_TCP) { in ice_set_fdir_ip4_seg() 1084 if (l4_proto == ICE_FLOW_SEG_HDR_TCP) { in ice_set_fdir_ip6_seg() 1353 ICE_FLOW_SEG_HDR_TCP, in ice_cfg_fdir_xtrct_seq() 1372 ICE_FLOW_SEG_HDR_TCP, in ice_cfg_fdir_xtrct_seq()
|
H A D | ice_flow.c | 67 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_TCP, 0, sizeof(__be16)), 69 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_TCP, 2, sizeof(__be16)), 79 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_TCP, 13, 1), 639 (ICE_FLOW_SEG_HDR_ICMP | ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_UDP | \ 643 (ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_SCTP) 707 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_TCP) in ice_flow_calc_seg_sz() 812 } else if (hdrs & ICE_FLOW_SEG_HDR_TCP) { in ice_flow_proc_seg_hdrs() 1972 (ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_SCTP)
|
H A D | ice_flow.h | 143 ICE_FLOW_SEG_HDR_TCP = 0x00000040, enumerator
|
H A D | ice_virtchnl_fdir.c | 379 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_TCP | in ice_vc_fdir_set_flow_hdr() 447 ICE_FLOW_SET_HDRS(seg, ICE_FLOW_SEG_HDR_TCP | in ice_vc_fdir_set_flow_hdr()
|
H A D | ice_lib.c | 1579 {ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4, 1609 {ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6,
|
H A D | ice_ethtool.c | 2805 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs() 2832 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
|
H A D | ice_virtchnl.c | 33 {VIRTCHNL_PROTO_HDR_TCP, ICE_FLOW_SEG_HDR_TCP},
|