Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c202 flow_info->rss_grps, &grp_aval); in flow_configure_rss_action()
298 if (rss_grp == 0 || rss_grp >= npc->rss_grps) in flow_free_rss_action()
1074 npc->rss_grps = NIX_RSS_GRPS; in otx2_flow_init()
1076 bmap_sz = rte_bitmap_get_memory_footprint(npc->rss_grps); in otx2_flow_init()
1084 npc->rss_grp_entries = rte_bitmap_init(npc->rss_grps, nix_mem, bmap_sz); in otx2_flow_init()
H A Dotx2_flow.h195 uint32_t rss_grps; /* rss groups supported */ member
H A Dotx2_ethdev.h187 uint8_t rss_grps; member
H A Dotx2_ethdev.c64 req->rss_grps = NIX_RSS_GRPS; in nix_lf_alloc()
1875 dev->rss_info.rss_grps = NIX_RSS_GRPS; in otx2_nix_configure()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h757 uint8_t __otx2_io rss_grps; member