Home
last modified time | relevance | path

Searched refs:pna_phy (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/8390/
Dpcnet_cs.c210 u_char eth_phy, pna_phy; member
622 if (info->pna_phy) in pcnet_config()
891 info->pna_phy = i; in mii_phy_probe()
1075 if (info->pna_phy && time_after(jiffies, info->mii_reset + 6*HZ)) { in ei_watchdog()
1077 if (((info->phy_id == info->pna_phy) && link) || in ei_watchdog()
1078 ((info->phy_id != info->pna_phy) && !link)) { in ei_watchdog()
1081 info->phy_id ^= info->pna_phy ^ info->eth_phy; in ei_watchdog()