Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A 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);
H A Docelot_net.c79 err = ocelot_port_policer_add(ocelot, port, &pol); in ocelot_setup_tc_cls_matchall()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h761 int ocelot_port_policer_add(struct ocelot *ocelot, int port,
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c760 return ocelot_port_policer_add(ocelot, port, &pol); in felix_port_policer_add()