Home
last modified time | relevance | path

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

/linux-6.14.4/include/soc/mscc/
Docelot.h1089 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress);
/linux-6.14.4/drivers/net/ethernet/mscc/
Docelot.c2936 void ocelot_port_mirror_del(struct ocelot *ocelot, int from, bool ingress) in ocelot_port_mirror_del() function
2947 EXPORT_SYMBOL_GPL(ocelot_port_mirror_del);
Docelot_net.c330 ocelot_port_mirror_del(ocelot, port, ingress); in ocelot_del_tc_cls_matchall_mirred()
/linux-6.14.4/drivers/net/dsa/ocelot/
Dfelix.c2013 ocelot_port_mirror_del(ocelot, port, mirror->ingress); in felix_port_mirror_del()