Searched refs:switch_mac_control (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/
H A Dmtk_eth.c149 void (*switch_mac_control)(struct mtk_eth_priv *priv, bool enable); member in struct:mtk_eth_priv
1675 if (priv->switch_mac_control)
1676 priv->switch_mac_control(priv, true);
1696 if (priv->switch_mac_control)
1697 priv->switch_mac_control(priv, false);
2014 priv->switch_mac_control = NULL;
2021 priv->switch_mac_control = mt7530_mac_control;
2027 priv->switch_mac_control = mt7531_mac_control;
2033 priv->switch_mac_control = mt7988_mac_control;

Completed in 67 milliseconds