Home
last modified time | relevance | path

Searched refs:rss_grp (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_npc.c779 uint32_t *rss_grp, uint32_t mcam_id) in npc_rss_action_configure() argument
803 *rss_grp = rss_grp_idx; in npc_rss_action_configure()
834 rc = roc_nix_rss_reta_set(roc_nix, *rss_grp, reta); in npc_rss_action_configure()
843 *rss_grp, mcam_id); in npc_rss_action_configure()
851 plt_bitmap_set(npc->rss_grp_entries, *rss_grp); in npc_rss_action_configure()
862 uint32_t rss_grp; in npc_rss_action_program() local
870 &rss_grp, flow->mcam_id); in npc_rss_action_program()
879 ((uint64_t)(rss_grp & NPC_RSS_ACT_GRP_MASK) in npc_rss_action_program()
1285 uint32_t rss_grp; in npc_rss_group_free() local
1290 if (rss_grp == 0 || rss_grp >= npc->rss_grps) in npc_rss_group_free()
[all …]
H A Droc_npc_priv.h450 uint8_t *alg_idx, uint32_t *rss_grp,