Home
last modified time | relevance | path

Searched refs:rss_tables (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1499 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()
1557 return priv->rss_tables[rss_ctx]; in mvpp22_rss_table_get()
1589 kfree(priv->rss_tables[rss_ctx]); in mvpp22_port_rss_ctx_delete()
1591 priv->rss_tables[rss_ctx] = NULL; in mvpp22_port_rss_ctx_delete()
H A Dmvpp2.h1101 struct mvpp2_rss_table *rss_tables[MVPP22_N_RSS_TABLES]; member