Searched refs:rss_tables (Results 1 – 2 of 2) sorted by relevance
1493 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1500 priv->rss_tables[ctx] = kzalloc(sizeof(*priv->rss_tables[ctx]), in mvpp22_rss_context_create()1502 if (!priv->rss_tables[ctx]) in mvpp22_rss_context_create()1551 return priv->rss_tables[rss_ctx]; in mvpp22_rss_table_get()1583 kfree(priv->rss_tables[rss_ctx]); in mvpp22_port_rss_ctx_delete()1585 priv->rss_tables[rss_ctx] = NULL; in mvpp22_port_rss_ctx_delete()
990 struct mvpp2_rss_table *rss_tables[MVPP22_N_RSS_TABLES]; member