Searched refs:cur_duplex (Results 1 – 2 of 2) sorted by relevance
97 int cur_duplex; member326 if (priv->cur_duplex == DUPLEX_FULL) in ftgmac100_start_hw()1020 phydev->duplex == priv->cur_duplex && in ftgmac100_adjust_link()1032 priv->cur_duplex = phydev->duplex; in ftgmac100_adjust_link()1478 priv->cur_duplex = DUPLEX_FULL; in ftgmac100_open()1481 priv->cur_duplex = 0; in ftgmac100_open()
525 u32 cur_duplex; in emac_update_phystatus() local529 cur_duplex = (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ? in emac_update_phystatus()537 if ((priv->link) && (new_duplex != cur_duplex)) { in emac_update_phystatus()