Searched refs:other_port_priv (Results 1 – 1 of 1) sorted by relevance
57 struct ethsw_port_priv *other_port_priv = NULL; in dpaa2_switch_port_set_fdb() local100 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_port_set_fdb()107 if (other_port_priv) { in dpaa2_switch_port_set_fdb()115 port_priv->fdb = other_port_priv->fdb; in dpaa2_switch_port_set_fdb()2151 struct ethsw_port_priv *other_port_priv; in dpaa2_switch_prechangeupper_sanity_checks() local2172 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_prechangeupper_sanity_checks()2173 if (other_port_priv->ethsw_data != port_priv->ethsw_data) { in dpaa2_switch_prechangeupper_sanity_checks()