Searched refs:other_dp (Results 1 – 1 of 1) sorted by relevance
1415 struct dsa_port *other_dp; in dsa_bridge_mtu_normalization() local1430 list_for_each_entry(other_dp, &dst->ports, list) { in dsa_bridge_mtu_normalization()1434 if (other_dp->type != DSA_PORT_TYPE_USER) in dsa_bridge_mtu_normalization()1437 if (other_dp->bridge_dev != dp->bridge_dev) in dsa_bridge_mtu_normalization()1440 if (!other_dp->ds->mtu_enforcement_ingress) in dsa_bridge_mtu_normalization()1443 slave = other_dp->slave; in dsa_bridge_mtu_normalization()