Searched refs:alg_idx (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_rss.c | 203 roc_nix_rss_flowkey_set(struct roc_nix *roc_nix, uint8_t *alg_idx, in roc_nix_rss_flowkey_set() argument 224 if (alg_idx) in roc_nix_rss_flowkey_set() 225 *alg_idx = rss_rsp->alg_idx; in roc_nix_rss_flowkey_set() 237 uint8_t alg_idx; in roc_nix_rss_default_setup() local 253 rc = roc_nix_rss_flowkey_set(roc_nix, &alg_idx, flowkey, in roc_nix_rss_default_setup() 260 nix->rss_alg_idx = alg_idx; in roc_nix_rss_default_setup()
|
| H A D | roc_npc.c | 778 const struct roc_npc_action_rss *rss, uint8_t *alg_idx, in npc_rss_action_configure() argument 849 *alg_idx = flowkey_algx; in npc_rss_action_configure() 863 uint8_t alg_idx; in npc_rss_action_program() local 869 rc = npc_rss_action_configure(roc_npc, rss, &alg_idx, in npc_rss_action_program() 877 ((uint64_t)(alg_idx & NPC_RSS_ACT_ALG_MASK) in npc_rss_action_program()
|
| H A D | roc_npc_priv.h | 450 uint8_t *alg_idx, uint32_t *rss_grp,
|
| H A D | roc_nix.h | 820 int __roc_api roc_nix_rss_flowkey_set(struct roc_nix *roc_nix, uint8_t *alg_idx,
|
| H A D | roc_mbox.h | 1062 uint8_t __io alg_idx; /* Selected algo index */ member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_ops.c | 922 uint8_t alg_idx; in cnxk_nix_rss_hash_update() local 939 rc = roc_nix_rss_flowkey_set(nix, &alg_idx, flowkey_cfg, in cnxk_nix_rss_hash_update()
|