Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/8390/
Dpcnet_cs.c208 u_char eth_phy, pna_phy; member
631 if (info->pna_phy) in pcnet_config()
900 info->pna_phy = i; in mii_phy_probe()
1084 if (info->pna_phy && time_after(jiffies, info->mii_reset + 6*HZ)) { in ei_watchdog()
1086 if (((info->phy_id == info->pna_phy) && link) || in ei_watchdog()
1087 ((info->phy_id != info->pna_phy) && !link)) { in ei_watchdog()
1090 info->phy_id ^= info->pna_phy ^ info->eth_phy; in ei_watchdog()