Home
last modified time | relevance | path

Searched refs:frag_data_spec (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c2564 rte_be16_t frag_data_spec = 0; in flow_dv_validate_item_ipv6_frag_ext() local
2589 frag_data_spec = spec->hdr.frag_data & mask->hdr.frag_data; in flow_dv_validate_item_ipv6_frag_ext()
2590 if (!frag_data_spec) in flow_dv_validate_item_ipv6_frag_ext()
2606 if (frag_data_spec == RTE_BE16(RTE_IPV6_EHDR_MF_MASK)) in flow_dv_validate_item_ipv6_frag_ext()
2611 if (frag_data_spec && !last) in flow_dv_validate_item_ipv6_frag_ext()
2631 if (frag_data_spec == RTE_BE16(RTE_IPV6_EHDR_FO_ALIGN | in flow_dv_validate_item_ipv6_frag_ext()
2645 if (frag_data_spec == RTE_BE16(RTE_IPV6_EHDR_FO_ALIGN) && in flow_dv_validate_item_ipv6_frag_ext()