Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtlan.c215 u32 phyNum; member
365 if (priv->phyNum == 0) { in TLan_ResetAdapter()
391 phy = priv->phy[priv->phyNum]; in TLan_FinishReset()
399 if (priv->phyNum == 0) { in TLan_FinishReset()
460 if (priv->phyNum == 0) { in TLan_FinishReset()
1346 priv->phyNum = 0xFFFF; in TLan_PhyDetect()
1375 priv->phyNum = 1; in TLan_PhyDetect()
1377 priv->phyNum = 0; in TLan_PhyDetect()
1392 TLan_MiiWriteReg(nic, priv->phy[priv->phyNum], MII_BMCR, value); in TLan_PhyPowerDown()
1393 if ((priv->phyNum == 0) && (priv->phy[1] != TLAN_PHY_NONE) in TLan_PhyPowerDown()
[all …]