Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A 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()
/openbmc/linux/include/soc/mscc/
H A Docelot.h1156 int ocelot_vcap_policer_add(struct ocelot *ocelot, u32 pol_ix,
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2288 ret = ocelot_vcap_policer_add(ocelot, index, &pol); in vsc9959_psfp_filter_add()