Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_IPV4 (Results 1 – 25 of 57) sorted by relevance

123

/dpdk/drivers/net/iavf/
H A Diavf_hash.c481 #define IAVF_RSS_TYPE_INNER_IPV4 RTE_ETH_RSS_IPV4
482 #define IAVF_RSS_TYPE_INNER_IPV4_UDP (RTE_ETH_RSS_IPV4 | \
484 #define IAVF_RSS_TYPE_INNER_IPV4_TCP (RTE_ETH_RSS_IPV4 | \
486 #define IAVF_RSS_TYPE_INNER_IPV4_SCTP (RTE_ETH_RSS_IPV4 | \
695 RTE_ETH_RSS_IPV4 | \ in iavf_rss_hash_set()
705 if (rss_hf & RTE_ETH_RSS_IPV4) { in iavf_rss_hash_set()
924 (RTE_ETH_RSS_IPV4 | 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()
1239 RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_NONFRAG_IPV4_UDP,
1240 RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_NONFRAG_IPV4_TCP,
[all …]
H A Diavf.h55 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/ice/
H A Dice_hash.c51 #define VALID_RSS_IPV4 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | \
390 #define ICE_RSS_TYPE_IPV4 RTE_ETH_RSS_IPV4
391 #define ICE_RSS_TYPE_IPV4_UDP (RTE_ETH_RSS_IPV4 | \
393 #define ICE_RSS_TYPE_IPV4_TCP (RTE_ETH_RSS_IPV4 | \
395 #define ICE_RSS_TYPE_IPV4_SCTP (RTE_ETH_RSS_IPV4 | \
477 #define ICE_RSS_TYPE_IPV4_ESP (RTE_ETH_RSS_ESP | RTE_ETH_RSS_IPV4)
479 #define ICE_RSS_TYPE_IPV4_AH (RTE_ETH_RSS_AH | RTE_ETH_RSS_IPV4)
768 (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in ice_refine_hash_cfg_l234()
985 RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_NONFRAG_IPV4_UDP,
986 RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_NONFRAG_IPV4_TCP,
[all …]
H A Dice_ethdev.h118 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.h11 RTE_ETH_RSS_IPV4 | \
H A Dionic_ethdev.c621 rss_hf |= RTE_ETH_RSS_IPV4; in ionic_dev_rss_hash_conf_get()
663 if (rss_conf->rss_hf & RTE_ETH_RSS_IPV4) in ionic_dev_rss_hash_update()
/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c232 if (rte_type & RTE_ETH_RSS_IPV4) in bnxt_rte_to_hwrm_hash_types()
251 bool l3 = (hash_f & (RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_IPV6)); in bnxt_rte_to_hwrm_hash_level()
/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.h11 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.h20 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.h14 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/ena/
H A Dena_rss.c214 rss_hf |= RTE_ETH_RSS_IPV4; in ena_admin_hf_to_eth_hf()
353 if ((rss_hf & RTE_ETH_RSS_IPV4) != 0) in ena_set_hash_fields()
/dpdk/drivers/net/igc/
H A Digc_ethdev.h91 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_ethdev.h35 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/i40e/
H A Di40e_hash.c108 { RTE_ETH_RSS_IPV4, I40E_INSET_IPV4_SRC | I40E_INSET_IPV4_DST },
219 #define I40E_HASH_IPV4_L23_RSS_MASK (RTE_ETH_RSS_IPV4 | I40E_HASH_L23_RSS_MASK)
226 #define I40E_HASH_IPV4_L234_RSS_MASK (I40E_HASH_L234_RSS_MASK | RTE_ETH_RSS_IPV4)
1090 type = (I40E_HASH_L4_TYPES | RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in i40e_hash_validate_rss_types()
/dpdk/drivers/net/qede/
H A Dqede_rxtx.h76 #define QEDE_RSS_OFFLOAD_ALL (RTE_ETH_RSS_IPV4 |\
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.h38 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/enic/
H A Denic_res.c162 enic->flow_type_rss_offloads |= RTE_ETH_RSS_IPV4 | in enic_get_vnic_config()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h99 RTE_ETH_RSS_IPV4 | \
/dpdk/lib/ethdev/
H A Drte_ethdev.h573 #define RTE_ETH_RSS_IPV4 RTE_BIT64(2) macro
606 #define ETH_RSS_IPV4 RTE_DEPRECATED(ETH_RSS_IPV4) RTE_ETH_RSS_IPV4
871 RTE_ETH_RSS_IPV4 | \
910 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/nfp/
H A Dnfp_common.c767 dev_info->flow_type_rss_offloads = RTE_ETH_RSS_IPV4 | in nfp_net_infos_get()
1148 if (rss_hf & RTE_ETH_RSS_IPV4) in nfp_net_rss_hash_write()
/dpdk/drivers/net/e1000/
H A De1000_ethdev.h85 RTE_ETH_RSS_IPV4 | \
/dpdk/drivers/net/liquidio/
H A Dlio_ethdev.c424 devinfo->flow_type_rss_offloads = (RTE_ETH_RSS_IPV4 | in lio_dev_info_get()
598 rss_hf |= RTE_ETH_RSS_IPV4; in lio_dev_rss_hash_conf_get()
676 if (rss_conf->rss_hf & RTE_ETH_RSS_IPV4) { in lio_dev_rss_hash_update()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c365 if (rss_conf->rss_hf & RTE_ETH_RSS_IPV4) in hn_rss_hash_init()
430 rss_conf->rss_hf |= RTE_ETH_RSS_IPV4; in hn_rss_hash_conf_get()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c340 case RTE_ETH_RSS_IPV4: in dpaa2_distset_to_dpkg_profile_cfg()

123