Searched refs:cur_duplex (Results 1 – 2 of 2) sorted by relevance
95 int cur_duplex; member324 if (priv->cur_duplex == DUPLEX_FULL) in ftgmac100_start_hw()1018 phydev->duplex == priv->cur_duplex && in ftgmac100_adjust_link()1030 priv->cur_duplex = phydev->duplex; in ftgmac100_adjust_link()1447 priv->cur_duplex = DUPLEX_FULL; in ftgmac100_open()1450 priv->cur_duplex = 0; in ftgmac100_open()
505 u32 cur_duplex; in emac_update_phystatus() local509 cur_duplex = (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ? in emac_update_phystatus()517 if ((priv->link) && (new_duplex != cur_duplex)) { in emac_update_phystatus()