Searched refs:other_dp (Results 1 – 2 of 2) sorted by relevance
148 struct dsa_port *other_dp; in sja1105_xmit_tpid() local161 list_for_each_entry(other_dp, &ds->dst->ports, list) { in sja1105_xmit_tpid()162 if (other_dp->ds != ds) in sja1105_xmit_tpid()165 if (!other_dp->bridge_dev) in sja1105_xmit_tpid()172 br_vlan_get_proto(other_dp->bridge_dev, &proto); in sja1105_xmit_tpid()
1530 struct dsa_port *other_dp; in dsa_bridge_mtu_normalization() local1545 list_for_each_entry(other_dp, &dst->ports, list) { in dsa_bridge_mtu_normalization()1549 if (other_dp->type != DSA_PORT_TYPE_USER) in dsa_bridge_mtu_normalization()1552 if (other_dp->bridge_dev != dp->bridge_dev) in dsa_bridge_mtu_normalization()1555 if (!other_dp->ds->mtu_enforcement_ingress) in dsa_bridge_mtu_normalization()1558 slave = other_dp->slave; in dsa_bridge_mtu_normalization()