Searched refs:cur_duplex (Results 1 – 2 of 2) sorted by relevance
107 int cur_duplex; member336 if (priv->cur_duplex == DUPLEX_FULL) in ftgmac100_start_hw()1033 phydev->duplex == priv->cur_duplex && in ftgmac100_adjust_link()1045 priv->cur_duplex = phydev->duplex; in ftgmac100_adjust_link()1474 priv->cur_duplex = DUPLEX_FULL; in ftgmac100_open()1477 priv->cur_duplex = 0; in ftgmac100_open()
519 u32 cur_duplex; in emac_update_phystatus() local523 cur_duplex = (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ? in emac_update_phystatus()531 if ((priv->link) && (new_duplex != cur_duplex)) { in emac_update_phystatus()