Home
last modified time | relevance | path

Searched refs:other_mirrors (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
H A Dchip.c5314 bool other_mirrors = false; in mv88e6xxx_port_mirror_add() local
5325 other_mirrors |= ingress ? in mv88e6xxx_port_mirror_add()
5330 if (other_mirrors) { in mv88e6xxx_port_mirror_add()
5356 bool other_mirrors = false; in mv88e6xxx_port_mirror_del() local
5364 other_mirrors |= mirror->ingress ? in mv88e6xxx_port_mirror_del()
5369 if (!other_mirrors) { in mv88e6xxx_port_mirror_del()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6378 bool other_mirrors = false; in mv88e6xxx_port_mirror_add() local
6386 other_mirrors |= ingress ? in mv88e6xxx_port_mirror_add()
6391 if (other_mirrors) { in mv88e6xxx_port_mirror_add()
6416 bool other_mirrors = false; in mv88e6xxx_port_mirror_del() local
6424 other_mirrors |= mirror->ingress ? in mv88e6xxx_port_mirror_del()
6429 if (!other_mirrors) { in mv88e6xxx_port_mirror_del()

Completed in 13 milliseconds