Home
last modified time | relevance | path

Searched refs:ocelot_vcap_policer_add (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_vcap.c892 int ocelot_vcap_policer_add(struct ocelot *ocelot, u32 pol_ix, in ocelot_vcap_policer_add() function
928 EXPORT_SYMBOL(ocelot_vcap_policer_add);
970 ret = ocelot_vcap_policer_add(ocelot, filter->action.pol_ix, in ocelot_vcap_filter_add_aux_resources()
/linux-6.1.9/include/soc/mscc/
Docelot.h1297 int ocelot_vcap_policer_add(struct ocelot *ocelot, u32 pol_ix,
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c2241 ret = ocelot_vcap_policer_add(ocelot, index, &pol); in vsc9959_psfp_filter_add()