Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c191 uint8_t *alg_idx, uint32_t *rss_grp, in flow_configure_rss_action() argument
207 *rss_grp = grp_aval; in flow_configure_rss_action()
231 rc = otx2_nix_rss_tbl_init(dev, *rss_grp, ind_tbl); in flow_configure_rss_action()
240 *rss_grp, mcam_index); in flow_configure_rss_action()
248 rte_bitmap_set(flow_info->rss_grp_entries, *rss_grp); in flow_configure_rss_action()
261 uint32_t rss_grp; in flow_program_rss_action() local
270 rss, &alg_idx, &rss_grp, in flow_program_rss_action()
280 ((uint64_t)(rss_grp & NIX_RSS_ACT_GRP_MASK) << in flow_program_rss_action()
293 uint32_t rss_grp; in flow_free_rss_action() local
298 if (rss_grp == 0 || rss_grp >= npc->rss_grps) in flow_free_rss_action()
[all …]