Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1078 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress);
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c2770 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress) in ocelot_port_mirror_del() function
2781 EXPORT_SYMBOL_GPL(ocelot_port_mirror_del);
H A Docelot_net.c330 ocelot_port_mirror_del(ocelot, port, ingress); in ocelot_del_tc_cls_matchall_mirred()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1882 ocelot_port_mirror_del(ocelot, port, mirror->ingress); in felix_port_mirror_del()