Searched refs:ROC_NIX_RSS_GRPS (Results 1 – 6 of 6) sorted by relevance
174 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()
161 req->rss_grps = ROC_NIX_RSS_GRPS; in roc_nix_lf_alloc()
123 uint16_t reta[ROC_NIX_RSS_GRPS][ROC_NIX_RSS_RETA_MAX];
769 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()
357 req->rss_grps = ROC_NIX_RSS_GRPS; in nix_inl_nix_setup()
216 #define ROC_NIX_RSS_GRPS 8 macro