Searched refs:other_dp (Results 1 – 1 of 1) sorted by relevance
1378 struct dsa_port *other_dp; in dsa_bridge_mtu_normalization() local1393 list_for_each_entry(other_dp, &dst->ports, list) { in dsa_bridge_mtu_normalization()1397 if (other_dp->type != DSA_PORT_TYPE_USER) in dsa_bridge_mtu_normalization()1400 if (other_dp->bridge_dev != dp->bridge_dev) in dsa_bridge_mtu_normalization()1403 if (!other_dp->ds->mtu_enforcement_ingress) in dsa_bridge_mtu_normalization()1406 slave = other_dp->slave; in dsa_bridge_mtu_normalization()