Searched refs:other_br (Results 1 – 2 of 2) sorted by relevance
776 struct net_device *other_br = dsa_port_bridge_dev_get(other_dp); in dsa_port_can_apply_vlan_filtering() local781 if (!other_br || other_br == dsa_port_bridge_dev_get(dp)) in dsa_port_can_apply_vlan_filtering()784 if (br_vlan_enabled(other_br) != vlan_filtering) { in dsa_port_can_apply_vlan_filtering()
2009 struct net_device *other_br; in mv88e6xxx_port_check_hw_vlan() local2018 other_br = dsa_port_bridge_dev_get(other_dp); in mv88e6xxx_port_check_hw_vlan()2019 if (!other_br) in mv88e6xxx_port_check_hw_vlan()2023 port, vlan.vid, other_dp->index, netdev_name(other_br)); in mv88e6xxx_port_check_hw_vlan()
Completed in 17 milliseconds