Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_FRAG_IPV4 (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/drivers/net/hns3/
H A Dhns3_rss.h11 RTE_ETH_RSS_FRAG_IPV4 | \
H A Dhns3_rss.c79 { RTE_ETH_RSS_FRAG_IPV4 | RTE_ETH_RSS_L3_SRC_ONLY,
81 { RTE_ETH_RSS_FRAG_IPV4 | RTE_ETH_RSS_L3_DST_ONLY,
149 { RTE_ETH_RSS_FRAG_IPV4, BIT_ULL(HNS3_RSS_FIELD_IPV4_EN_FRAG_IP_D) |
/dpdk/drivers/net/ice/
H A Dice_hash.c51 #define VALID_RSS_IPV4 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | \
379 RTE_ETH_RSS_FRAG_IPV4 | \
422 RTE_ETH_RSS_FRAG_IPV4)
768 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in ice_refine_hash_cfg_l234()
772 if (rss_type & RTE_ETH_RSS_FRAG_IPV4) { 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 Dice_ethdev.h119 RTE_ETH_RSS_FRAG_IPV4 | \
/dpdk/drivers/net/iavf/
H A Diavf_hash.c436 RTE_ETH_RSS_FRAG_IPV4 | \
924 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in iavf_refine_proto_hdrs_l234()
928 if (rss_type & RTE_ETH_RSS_FRAG_IPV4) { in iavf_refine_proto_hdrs_l234()
950 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in iavf_refine_proto_hdrs_l234()
954 if (rss_type & RTE_ETH_RSS_FRAG_IPV4) in iavf_refine_proto_hdrs_l234()
1261 #define VALID_RSS_IPV4 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | \
H A Diavf.h56 RTE_ETH_RSS_FRAG_IPV4 | \
H A Diavf_ethdev.c395 [IAVF_FILTER_PCTYPE_FRAG_IPV4] = RTE_ETH_RSS_FRAG_IPV4, in iavf_config_rss_hf()
422 RTE_ETH_RSS_FRAG_IPV4; in iavf_config_rss_hf()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe.h31 #define CXGBE_RSS_HF_IPV4_MASK (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | \
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.h12 RTE_ETH_RSS_FRAG_IPV4 |\
H A Dhinic_pmd_rx.c507 rss_type->ipv4 = (rss_hf & (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4)) ? 1 : 0; in hinic_fill_rss_type()
H A Dhinic_pmd_ethdev.c1956 rss_type.ipv4 = (rss_hf & (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4)) ? 1 : 0; in hinic_rss_hash_update()
2020 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4) : 0; in hinic_rss_conf_get()
/dpdk/drivers/net/ena/
H A Dena_rss.c220 rss_hf |= RTE_ETH_RSS_FRAG_IPV4; in ena_admin_hf_to_eth_hf()
361 if ((rss_hf & RTE_ETH_RSS_FRAG_IPV4) != 0) in ena_set_hash_fields()
/dpdk/drivers/net/i40e/
H A Di40e_hash.c109 { RTE_ETH_RSS_FRAG_IPV4, I40E_INSET_IPV4_SRC | I40E_INSET_IPV4_DST },
247 RTE_ETH_RSS_FRAG_IPV4 | I40E_HASH_IPV4_L23_RSS_MASK,
1090 type = (I40E_HASH_L4_TYPES | RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in i40e_hash_validate_rss_types()
H A Di40e_ethdev.h148 RTE_ETH_RSS_FRAG_IPV4 | \
/dpdk/drivers/net/enic/
H A Denic_res.c163 RTE_ETH_RSS_FRAG_IPV4 | RTE_ETH_RSS_NONFRAG_IPV4_OTHER; in enic_get_vnic_config()
H A Denic_main.c1391 if (rss_hf & (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in enic_set_rss_conf()
/dpdk/lib/ethdev/
H A Drte_ethdev.h574 #define RTE_ETH_RSS_FRAG_IPV4 RTE_BIT64(3) macro
607 #define ETH_RSS_FRAG_IPV4 RTE_DEPRECATED(ETH_RSS_FRAG_IPV4) RTE_ETH_RSS_FRAG_IPV4
872 RTE_ETH_RSS_FRAG_IPV4 | \
911 RTE_ETH_RSS_FRAG_IPV4 | \
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c341 case RTE_ETH_RSS_FRAG_IPV4: in dpaa2_distset_to_dpkg_profile_cfg()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h89 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | \
/dpdk/drivers/net/dpaa/
H A Ddpaa_flow.c408 case RTE_ETH_RSS_FRAG_IPV4: in set_dist_units()
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c113 [IPV4_1] = RTE_ETH_RSS_FRAG_IPV4, in mlx4_conv_rss_types()
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c1876 if (ethdev_hash_types & (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in ethdev_to_virtio_rss_offloads()
1914 rss_offloads |= RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in virtio_to_ethdev_rss_offloads()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h348 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | \
H A Dmlx5_flow.c628 .rss_types = RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 |
740 .rss_types = RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 |
/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1331 { RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | RTE_ETH_RSS_NONFRAG_IPV4_OTHER,

12