Searched refs:psfp_stats_get (Results 1 – 3 of 3) sorted by relevance
987 if (ocelot->ops->psfp_stats_get) { in ocelot_cls_flower_stats()988 ret = ocelot->ops->psfp_stats_get(ocelot, f, &stats); in ocelot_cls_flower_stats()
662 int (*psfp_stats_get)(struct ocelot *ocelot, struct flow_cls_offload *f, member
2615 .psfp_stats_get = vsc9959_psfp_stats_get,