Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_police.c157 int ocelot_port_policer_add(struct ocelot *ocelot, int port, in ocelot_port_policer_add() function
186 EXPORT_SYMBOL(ocelot_port_policer_add);
Docelot_net.c79 err = ocelot_port_policer_add(ocelot, port, &pol); in ocelot_setup_tc_cls_matchall()
/Linux-v5.10/include/soc/mscc/
Docelot.h759 int ocelot_port_policer_add(struct ocelot *ocelot, int port,
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix.c741 return ocelot_port_policer_add(ocelot, port, &pol); in felix_port_policer_add()