Searched refs:new_duplex (Results 1 – 2 of 2) sorted by relevance
612 unsigned int new_duplex = 0; in generic_mii_ioctl() local619 new_duplex = 1; in generic_mii_ioctl()620 if (mii_if->full_duplex != new_duplex) { in generic_mii_ioctl()622 mii_if->full_duplex = new_duplex; in generic_mii_ioctl()
522 u32 new_duplex; in emac_update_phystatus() local530 new_duplex = ndev->phydev->duplex; in emac_update_phystatus()532 new_duplex = DUPLEX_FULL; in emac_update_phystatus()535 if ((priv->link) && (new_duplex != cur_duplex)) { in emac_update_phystatus()536 priv->duplex = new_duplex; in emac_update_phystatus()