Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/8390/
Dpcnet_cs.c209 u_char eth_phy, pna_phy; member
632 if (info->pna_phy) in pcnet_config()
901 info->pna_phy = i; in mii_phy_probe()
1085 if (info->pna_phy && time_after(jiffies, info->mii_reset + 6*HZ)) { in ei_watchdog()
1087 if (((info->phy_id == info->pna_phy) && link) || in ei_watchdog()
1088 ((info->phy_id != info->pna_phy) && !link)) { in ei_watchdog()
1091 info->phy_id ^= info->pna_phy ^ info->eth_phy; in ei_watchdog()