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(sizeof(*priv->rss_tables[ctx]), in mvpp22_rss_context_create()1508 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1547 return priv->rss_tables[rss_ctx]; in mvpp22_rss_table_get()1579 kfree(priv->rss_tables[rss_ctx]); in mvpp22_port_rss_ctx_delete()1581 priv->rss_tables[rss_ctx] = NULL; in mvpp22_port_rss_ctx_delete()
1101 struct mvpp2_rss_table *rss_tables[MVPP22_N_RSS_TABLES]; member