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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c213 u_char eth_phy, pna_phy; member in struct:pcnet_dev_t
674 if (info->pna_phy)
960 info->pna_phy = i;
1150 if (info->pna_phy && time_after(jiffies, info->mii_reset + 6*HZ)) {
1152 if (((info->phy_id == info->pna_phy) && link) ||
1153 ((info->phy_id != info->pna_phy) && !link)) {
1156 info->phy_id ^= info->pna_phy ^ info->eth_phy;

Completed in 32 milliseconds