Searched refs:RTE_ETH_RSS_FRAG_IPV6 (Results 1 – 25 of 25) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.h | 16 RTE_ETH_RSS_FRAG_IPV6 | \
|
| H A D | hns3_rss.c | 111 { RTE_ETH_RSS_FRAG_IPV6 | RTE_ETH_RSS_L3_SRC_ONLY, 113 { RTE_ETH_RSS_FRAG_IPV6 | RTE_ETH_RSS_L3_DST_ONLY, 167 { RTE_ETH_RSS_FRAG_IPV6, BIT_ULL(HNS3_RSS_FIELD_IPV6_FRAG_IP_S) |
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_hash.c | 53 #define VALID_RSS_IPV6 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | \ 401 RTE_ETH_RSS_FRAG_IPV6) 434 RTE_ETH_RSS_FRAG_IPV6) 796 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | in ice_refine_hash_cfg_l234() 800 if (rss_type & RTE_ETH_RSS_FRAG_IPV6) in ice_refine_hash_cfg_l234() 1027 RTE_ETH_RSS_FRAG_IPV4 | RTE_ETH_RSS_FRAG_IPV6 | in ice_any_invalid_rss_type()
|
| H A D | ice_ethdev.h | 125 RTE_ETH_RSS_FRAG_IPV6 | \
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe.h | 33 #define CXGBE_RSS_HF_IPV6_MASK (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | \
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.h | 16 RTE_ETH_RSS_FRAG_IPV6 | \
|
| H A D | hinic_pmd_rx.c | 509 rss_type->ipv6 = (rss_hf & (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6)) ? 1 : 0; in hinic_fill_rss_type()
|
| H A D | hinic_pmd_ethdev.c | 1958 rss_type.ipv6 = (rss_hf & (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6)) ? 1 : 0; in hinic_rss_hash_update() 2023 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6) : 0; in hinic_rss_conf_get()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_hash.c | 125 { RTE_ETH_RSS_FRAG_IPV6, I40E_INSET_IPV6_SRC | I40E_INSET_IPV6_DST }, 272 RTE_ETH_RSS_FRAG_IPV6 | I40E_HASH_IPV6_L23_RSS_MASK, 281 RTE_ETH_RSS_FRAG_IPV6 | I40E_HASH_L23_RSS_MASK, 1092 RTE_ETH_RSS_FRAG_IPV6 | RTE_ETH_RSS_NONFRAG_IPV6_OTHER) & rss_types; in i40e_hash_validate_rss_types()
|
| H A D | i40e_ethdev.h | 153 RTE_ETH_RSS_FRAG_IPV6 | \
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_hash.c | 450 RTE_ETH_RSS_FRAG_IPV6) 966 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | in iavf_refine_proto_hdrs_l234() 993 if (rss_type & RTE_ETH_RSS_FRAG_IPV6) in iavf_refine_proto_hdrs_l234() 1263 #define VALID_RSS_IPV6 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | \
|
| H A D | iavf.h | 62 RTE_ETH_RSS_FRAG_IPV6 | \
|
| H A D | iavf_ethdev.c | 412 [IAVF_FILTER_PCTYPE_FRAG_IPV6] = RTE_ETH_RSS_FRAG_IPV6, in iavf_config_rss_hf() 428 RTE_ETH_RSS_FRAG_IPV6; in iavf_config_rss_hf()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_res.c | 173 RTE_ETH_RSS_IPV6_EX | RTE_ETH_RSS_FRAG_IPV6 | in enic_get_vnic_config()
|
| H A D | enic_main.c | 1408 RTE_ETH_RSS_FRAG_IPV6 | RTE_ETH_RSS_NONFRAG_IPV6_OTHER)) in enic_set_rss_conf()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 580 #define RTE_ETH_RSS_FRAG_IPV6 RTE_BIT64(9) macro 613 #define ETH_RSS_FRAG_IPV6 RTE_DEPRECATED(ETH_RSS_FRAG_IPV6) RTE_ETH_RSS_FRAG_IPV6 875 RTE_ETH_RSS_FRAG_IPV6 | \ 917 RTE_ETH_RSS_FRAG_IPV6 | \
|
| /dpdk/drivers/net/dpaa2/base/ |
| H A D | dpaa2_hw_dpni.c | 344 case RTE_ETH_RSS_FRAG_IPV6: in dpaa2_distset_to_dpkg_profile_cfg()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev.h | 94 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | \
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_flow.c | 419 case RTE_ETH_RSS_FRAG_IPV6: in set_dist_units()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 116 [IPV6_1] = RTE_ETH_RSS_FRAG_IPV6, in mlx4_conv_rss_types()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_ethdev.c | 1886 if (ethdev_hash_types & (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | in ethdev_to_virtio_rss_offloads() 1924 rss_offloads |= RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | in virtio_to_ethdev_rss_offloads()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 357 (RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | RTE_ETH_RSS_NONFRAG_IPV6_TCP | \
|
| H A D | mlx5_flow.c | 658 .rss_types = RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | 761 .rss_types = RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 |
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_rx.c | 1334 { RTE_ETH_RSS_IPV6 | RTE_ETH_RSS_FRAG_IPV6 | RTE_ETH_RSS_NONFRAG_IPV6_OTHER |
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 108 { "ipv6-frag", RTE_ETH_RSS_FRAG_IPV6 },
|