Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c2590 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress) in ocelot_port_mirror_del() function
2601 EXPORT_SYMBOL_GPL(ocelot_port_mirror_del);
Docelot_net.c339 ocelot_port_mirror_del(ocelot, port, ingress); in ocelot_del_tc_cls_matchall_mirred()
/linux-6.1.9/include/soc/mscc/
Docelot.h1217 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress);
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c1845 ocelot_port_mirror_del(ocelot, port, mirror->ingress); in felix_port_mirror_del()