Home
last modified time | relevance | path

Searched refs:other_port_priv (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c57 struct ethsw_port_priv *other_port_priv = NULL; in dpaa2_switch_port_set_fdb() local
100 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() local
2172 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()