Home
last modified time | relevance | path

Searched refs:ocelot_port_policer_add (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_police.c202 int ocelot_port_policer_add(struct ocelot *ocelot, int port, in ocelot_port_policer_add() function
231 EXPORT_SYMBOL(ocelot_port_policer_add);
H A Docelot_net.c248 err = ocelot_port_policer_add(ocelot, port, &pol); in ocelot_setup_tc_cls_matchall_police()
/openbmc/linux/include/soc/mscc/
H A Docelot.h1073 int ocelot_port_policer_add(struct ocelot *ocelot, int port,
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1857 return ocelot_port_policer_add(ocelot, port, &pol); in felix_port_policer_add()