Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_rss.c174 if (group >= ROC_NIX_RSS_GRPS) in roc_nix_rss_reta_set()
195 if (group >= ROC_NIX_RSS_GRPS) in roc_nix_rss_reta_get()
212 if (group >= ROC_NIX_RSS_GRPS) in roc_nix_rss_flowkey_set()
H A Droc_nix.c161 req->rss_grps = ROC_NIX_RSS_GRPS; in roc_nix_lf_alloc()
H A Droc_nix_priv.h123 uint16_t reta[ROC_NIX_RSS_GRPS][ROC_NIX_RSS_RETA_MAX];
H A Droc_npc.c769 for (*pos = 0; *pos < ROC_NIX_RSS_GRPS; ++*pos) { in npc_rss_free_grp_get()
773 return *pos < ROC_NIX_RSS_GRPS ? 0 : -1; in npc_rss_free_grp_get()
H A Droc_nix_inl_dev.c357 req->rss_grps = ROC_NIX_RSS_GRPS; in nix_inl_nix_setup()
H A Droc_nix.h216 #define ROC_NIX_RSS_GRPS 8 macro