Searched refs:cur_duplex (Results 1 – 2 of 2) sorted by relevance
107 int cur_duplex; member339 if (priv->cur_duplex == DUPLEX_FULL) in ftgmac100_start_hw()1408 phydev->duplex == priv->cur_duplex && in ftgmac100_adjust_link()1420 priv->cur_duplex = phydev->duplex; in ftgmac100_adjust_link()1522 priv->cur_duplex = DUPLEX_FULL; in ftgmac100_open()1525 priv->cur_duplex = 0; in ftgmac100_open()
523 u32 cur_duplex; in emac_update_phystatus() local527 cur_duplex = (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ? in emac_update_phystatus()535 if ((priv->link) && (new_duplex != cur_duplex)) { in emac_update_phystatus()
Completed in 14 milliseconds