Searched refs:new_duplex (Results 1 – 2 of 2) sorted by relevance
614 unsigned int new_duplex = 0; in generic_mii_ioctl() local621 new_duplex = 1; in generic_mii_ioctl()622 if (mii_if->full_duplex != new_duplex) { in generic_mii_ioctl()624 mii_if->full_duplex = new_duplex; in generic_mii_ioctl()
504 u32 new_duplex; in emac_update_phystatus() local512 new_duplex = ndev->phydev->duplex; in emac_update_phystatus()514 new_duplex = DUPLEX_FULL; in emac_update_phystatus()517 if ((priv->link) && (new_duplex != cur_duplex)) { in emac_update_phystatus()518 priv->duplex = new_duplex; in emac_update_phystatus()