rss_tables        822 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	struct mvpp2_rss_table *rss_tables[MVPP22_N_RSS_TABLES];
rss_tables       1487 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 		if (!priv->rss_tables[ctx])
rss_tables       1494 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	priv->rss_tables[ctx] = kzalloc(sizeof(*priv->rss_tables[ctx]),
rss_tables       1496 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	if (!priv->rss_tables[ctx])
rss_tables       1545 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	return priv->rss_tables[rss_ctx];
rss_tables       1577 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	kfree(priv->rss_tables[rss_ctx]);
rss_tables       1579 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	priv->rss_tables[rss_ctx] = NULL;