Searched refs:rss_tables (Results 1 – 2 of 2) sorted by relevance
1499 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1506 priv->rss_tables[ctx] = kzalloc_obj(*priv->rss_tables[ctx]); in mvpp22_rss_context_create()1507 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1546 return priv->rss_tables[rss_ctx]; in mvpp22_rss_table_get()1578 kfree(priv->rss_tables[rss_ctx]); in mvpp22_port_rss_ctx_delete()1580 priv->rss_tables[rss_ctx] = NULL; in mvpp22_port_rss_ctx_delete()
1106 struct mvpp2_rss_table *rss_tables[MVPP22_N_RSS_TABLES]; member