Searched refs:rss_tables (Results 1 – 2 of 2) sorted by relevance
1484 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1491 priv->rss_tables[ctx] = kzalloc(sizeof(*priv->rss_tables[ctx]), in mvpp22_rss_context_create()1493 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1542 return priv->rss_tables[rss_ctx]; in mvpp22_rss_table_get()1574 kfree(priv->rss_tables[rss_ctx]); in mvpp22_port_rss_ctx_delete()1576 priv->rss_tables[rss_ctx] = NULL; in mvpp22_port_rss_ctx_delete()
822 struct mvpp2_rss_table *rss_tables[MVPP22_N_RSS_TABLES]; member