Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_phy.c189 bdp->PhyId = PHY_503; in e100_phy_id_detect()
194 bdp->PhyId = PHY_82562ET; in e100_phy_id_detect()
203 bdp->PhyId = ((unsigned int) low_id_reg | in e100_phy_id_detect()
287 if ((bdp->PhyId & PHY_MODEL_REV_ID_MASK) == PHY_NSC_TX) { in e100_phy_specific_setup()
320 if ((bdp->PhyId != PHY_82555_TX) || (bdp->flags & DF_SPEED_FORCED)) in e100_phy_fix_squelch()
391 if ((bdp->PhyId != PHY_82555_TX) && (bdp->PhyId != PHY_82562ET) && in e100_fix_polarity()
392 (bdp->PhyId != PHY_82562EM)) in e100_fix_polarity()
487 unsigned int PhyId; in e100_find_speed_duplex() local
491 PhyId = bdp->PhyId & PHY_MODEL_REV_ID_MASK; in e100_find_speed_duplex()
521 if ((PhyId == PHY_100_A) || (PhyId == PHY_100_C) || in e100_find_speed_duplex()
[all …]
De100.h905 unsigned int PhyId; /* ID of PHY component */ member