Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_phy.c324 switch (bdp->PhyState) { in e100_phy_fix_squelch()
336 bdp->PhyState = 0; in e100_phy_fix_squelch()
340 switch (bdp->PhyState) { in e100_phy_fix_squelch()
344 bdp->PhyState = 1; in e100_phy_fix_squelch()
351 bdp->PhyState = 2; in e100_phy_fix_squelch()
356 bdp->PhyState = 0; in e100_phy_fix_squelch()
930 bdp->PhyState = 0; in e100_phy_init()
De100.h906 unsigned int PhyState; /* state for the fix squelch algorithm */ member