Lines Matching refs:other_dp
1393 struct dsa_port *dp, *other_dp; in mv88e6xxx_port_vlan() local
1445 dsa_switch_for_each_port(other_dp, ds) in mv88e6xxx_port_vlan()
1446 if (other_dp->type == DSA_PORT_TYPE_CPU || in mv88e6xxx_port_vlan()
1447 other_dp->type == DSA_PORT_TYPE_DSA || in mv88e6xxx_port_vlan()
1448 dsa_port_bridge_same(dp, other_dp)) in mv88e6xxx_port_vlan()
1449 pvlan |= BIT(other_dp->index); in mv88e6xxx_port_vlan()
1992 struct dsa_port *dp = dsa_to_port(ds, port), *other_dp; in mv88e6xxx_port_check_hw_vlan() local
2008 dsa_switch_for_each_user_port(other_dp, ds) { in mv88e6xxx_port_check_hw_vlan()
2011 if (vlan.member[other_dp->index] == in mv88e6xxx_port_check_hw_vlan()
2015 if (dsa_port_bridge_same(dp, other_dp)) in mv88e6xxx_port_check_hw_vlan()
2018 other_br = dsa_port_bridge_dev_get(other_dp); in mv88e6xxx_port_check_hw_vlan()
2023 port, vlan.vid, other_dp->index, netdev_name(other_br)); in mv88e6xxx_port_check_hw_vlan()