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