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

/linux-master/drivers/net/ethernet/8390/
H A Dpcnet_cs.c208 u_char eth_phy, pna_phy; member in struct:pcnet_dev
631 if (info->pna_phy)
900 info->pna_phy = i;
1084 if (info->pna_phy && time_after(jiffies, info->mii_reset + 6*HZ)) {
1086 if (((info->phy_id == info->pna_phy) && link) ||
1087 ((info->phy_id != info->pna_phy) && !link)) {
1090 info->phy_id ^= info->pna_phy ^ info->eth_phy;

Completed in 78 milliseconds