Home
last modified time | relevance | path

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

/linux/include/soc/mscc/
H A Docelot.h1078 int ocelot_port_mirror_add(struct ocelot *ocelot, int from, int to,
/linux/drivers/net/ethernet/mscc/
H A Docelot.c2915 int ocelot_port_mirror_add(struct ocelot *ocelot, int from, int to, in ocelot_port_mirror_add() function
2934 EXPORT_SYMBOL_GPL(ocelot_port_mirror_add);
H A Docelot_net.c289 err = ocelot_port_mirror_add(ocelot, priv->port.index, in ocelot_setup_tc_cls_matchall_mirred()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1996 return ocelot_port_mirror_add(ocelot, port, mirror->to_local_port, in felix_port_mirror_add()