Searched refs:hdr1 (Results 1 – 3 of 3) sorted by relevance
883 struct virtchnl_proto_hdr *hdr1; in iavf_hash_add_fragment_hdr() local892 hdr1 = &hdrs->proto_hdr[i]; in iavf_hash_add_fragment_hdr()894 *hdr1 = *hdr2; in iavf_hash_add_fragment_hdr()898 hdr1 = &hdrs->proto_hdr[layer]; in iavf_hash_add_fragment_hdr()1121 struct virtchnl_proto_hdr *hdr1; in iavf_refine_proto_hdrs_by_pattern() local1136 hdr1 = &proto_hdrs->proto_hdr[i]; in iavf_refine_proto_hdrs_by_pattern()1138 *hdr1 = *hdr2; in iavf_refine_proto_hdrs_by_pattern()1143 hdr1 = &proto_hdrs->proto_hdr[0]; in iavf_refine_proto_hdrs_by_pattern()1165 hdr1->field_selector = 0; in iavf_refine_proto_hdrs_by_pattern()1206 hdr1 = &proto_hdrs->proto_hdr[0]; in iavf_refine_proto_hdrs_l2tpv2()[all …]
692 struct virtchnl_proto_hdr *hdr1; in iavf_fdir_add_fragment_hdr() local701 hdr1 = &hdrs->proto_hdr[i]; in iavf_fdir_add_fragment_hdr()703 *hdr1 = *hdr2; in iavf_fdir_add_fragment_hdr()707 hdr1 = &hdrs->proto_hdr[layer]; in iavf_fdir_add_fragment_hdr()708 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr1, IPV4_FRAG); in iavf_fdir_add_fragment_hdr()709 hdr1->field_selector = 0; in iavf_fdir_add_fragment_hdr()773 hdr1 = &hdrs->proto_hdr[layer]; in iavf_fdir_parse_pattern()775 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr1, ETH); in iavf_fdir_parse_pattern()788 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, in iavf_fdir_parse_pattern()793 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, in iavf_fdir_parse_pattern()[all …]
3043 struct rte_ipv4_hdr *hdr1 = ip1; in pkt4_work() local3048 dscp1 = hdr1->type_of_service >> 2; in pkt4_work()3053 total_length1 = rte_ntohs(hdr1->total_length); in pkt4_work()3058 struct rte_ipv6_hdr *hdr1 = ip1; in pkt4_work() local3063 dscp1 = (rte_ntohl(hdr1->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()3069 total_length1 = rte_ntohs(hdr1->payload_len) + in pkt4_work()