Searched refs:phint (Results 1 – 2 of 2) sorted by relevance
808 if ((*phint & IAVF_PHINT_GRE) && !(*phint & IAVF_PHINT_GTPU_MSK)) in iavf_hash_parse_pattern()816 if ((*phint & IAVF_PHINT_GRE) && !(*phint & IAVF_PHINT_GTPU_MSK)) in iavf_hash_parse_pattern()820 *phint |= IAVF_PHINT_GTPU; in iavf_hash_parse_pattern()823 *phint |= IAVF_PHINT_GTPU_EH; in iavf_hash_parse_pattern()848 *phint |= IAVF_PHINT_GRE; in iavf_hash_parse_pattern()861 *phint |= IAVF_PHINT_L2TPV2; in iavf_hash_parse_pattern()1119 uint64_t phint) in iavf_refine_proto_hdrs_by_pattern() argument1126 if (!(phint & IAVF_PHINT_GTPU_MSK) && !(phint & IAVF_PHINT_GRE)) in iavf_refine_proto_hdrs_by_pattern()1177 if (phint & IAVF_PHINT_GRE) { in iavf_refine_proto_hdrs_by_pattern()1192 uint64_t phint) in iavf_refine_proto_hdrs_l2tpv2() argument[all …]
619 *phint |= ICE_PHINT_RAW; in ice_hash_parse_pattern()622 *phint |= ICE_PHINT_VLAN; in ice_hash_parse_pattern()625 *phint |= ICE_PHINT_PPPOE; in ice_hash_parse_pattern()628 *phint |= ICE_PHINT_GTPU; in ice_hash_parse_pattern()631 *phint |= ICE_PHINT_GTPU_EH; in ice_hash_parse_pattern()936 uint64_t phint) in ice_refine_proto_hdrs_by_pattern() argument939 if (phint & ICE_PHINT_VLAN) in ice_refine_proto_hdrs_by_pattern()942 if (phint & ICE_PHINT_PPPOE) in ice_refine_proto_hdrs_by_pattern()951 else if (phint & ICE_PHINT_GTPU) in ice_refine_proto_hdrs_by_pattern()1159 uint64_t phint = ICE_PHINT_NONE; in ice_hash_parse_pattern_action() local[all …]