Searched refs:ethdev_rss (Results 1 – 5 of 5) sorted by relevance
75 const struct sfc_rss *ethdev_rss = &sas->rss; in sfc_flow_rss_parse_conf() local101 out->efx_hash_types = ethdev_rss->hash_types; in sfc_flow_rss_parse_conf()119 key = ethdev_rss->key; in sfc_flow_rss_parse_conf()133 if (ethdev_rss->hash_alg != EFX_RX_HASHALG_TOEPLITZ) { in sfc_flow_rss_parse_conf()346 struct sfc_rss *ethdev_rss = &sas->rss; in sfc_flow_rss_ctx_program() local411 ethdev_rss->hash_alg, in sfc_flow_rss_ctx_program()412 (ctx->dummy) ? ethdev_rss->hash_types : in sfc_flow_rss_ctx_program()417 ctx, ethdev_rss->hash_alg, in sfc_flow_rss_ctx_program()418 (ctx->dummy) ? ethdev_rss->hash_types : in sfc_flow_rss_ctx_program()425 (ctx->dummy) ? ethdev_rss->key : conf->key, in sfc_flow_rss_ctx_program()
1437 struct sfc_rss *ethdev_rss = &sas->rss; in sfc_flow_parse_queue() local1440 spec_filter->rss_ctx = ðdev_rss->dummy_ctx; in sfc_flow_parse_queue()
709 dev->ethdev_rss_hf = ethdev_rss; in cnxk_rss_ethdev_to_nix()716 if (ethdev_rss & RTE_ETH_RSS_C_VLAN) in cnxk_rss_ethdev_to_nix()731 if (ethdev_rss & RSS_IPV4_ENABLE) in cnxk_rss_ethdev_to_nix()734 if (ethdev_rss & RSS_IPV6_ENABLE) in cnxk_rss_ethdev_to_nix()737 if (ethdev_rss & RTE_ETH_RSS_TCP) in cnxk_rss_ethdev_to_nix()740 if (ethdev_rss & RTE_ETH_RSS_UDP) in cnxk_rss_ethdev_to_nix()743 if (ethdev_rss & RTE_ETH_RSS_SCTP) in cnxk_rss_ethdev_to_nix()752 if (ethdev_rss & RTE_ETH_RSS_PORT) in cnxk_rss_ethdev_to_nix()755 if (ethdev_rss & RTE_ETH_RSS_NVGRE) in cnxk_rss_ethdev_to_nix()758 if (ethdev_rss & RTE_ETH_RSS_VXLAN) in cnxk_rss_ethdev_to_nix()[all …]
574 uint32_t cnxk_rss_ethdev_to_nix(struct cnxk_eth_dev *dev, uint64_t ethdev_rss,
393 if (ethdev_rss & RTE_ETH_RSS_IPV4) in nicvf_rss_ethdev_to_nic()396 if (ethdev_rss & RTE_ETH_RSS_IPV6) in nicvf_rss_ethdev_to_nic()411 if (ethdev_rss & RTE_ETH_RSS_PORT) in nicvf_rss_ethdev_to_nic()415 if (ethdev_rss & RTE_ETH_RSS_VXLAN) in nicvf_rss_ethdev_to_nic()421 if (ethdev_rss & RTE_ETH_RSS_NVGRE) in nicvf_rss_ethdev_to_nic()431 uint64_t ethdev_rss = 0; in nicvf_rss_nic_to_ethdev() local445 ethdev_rss |= RTE_ETH_RSS_PORT; in nicvf_rss_nic_to_ethdev()449 ethdev_rss |= RTE_ETH_RSS_VXLAN; in nicvf_rss_nic_to_ethdev()452 ethdev_rss |= RTE_ETH_RSS_GENEVE; in nicvf_rss_nic_to_ethdev()455 ethdev_rss |= RTE_ETH_RSS_NVGRE; in nicvf_rss_nic_to_ethdev()[all …]