Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c201 rc = flow_get_free_rss_grp(flow_info->rss_grp_entries, in flow_configure_rss_action()
248 rte_bitmap_set(flow_info->rss_grp_entries, *rss_grp); in flow_configure_rss_action()
301 rte_bitmap_clear(npc->rss_grp_entries, rss_grp); in flow_free_rss_action()
1084 npc->rss_grp_entries = rte_bitmap_init(npc->rss_grps, nix_mem, bmap_sz); in otx2_flow_init()
1089 rte_bitmap_set(npc->rss_grp_entries, 0); in otx2_flow_init()
H A Dotx2_flow.h196 struct rte_bitmap *rss_grp_entries; member