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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dtimer.c83 * Send check sc_adapter->phystat to see if the channels are up
98 if (sc_adapter[card]->nphystat && !sc_adapter[card]->phystat) { /* All is well */
104 else if (!sc_adapter[card]->nphystat && sc_adapter[card]->phystat) { /* All is not well */
112 sc_adapter[card]->phystat = sc_adapter[card]->nphystat;
H A Dcard.h93 unsigned char phystat; /* Last PhyStat info */ member in struct:__anon4805
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dskge.c2239 u16 istatus, phystat; local
2242 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT);
2246 skge->netdev->name, istatus, phystat);
2260 if (!(phystat & PHY_M_PS_SPDUP_RES)) {
2265 skge->duplex = (phystat & PHY_M_PS_FULL_DUP)
2267 skge->speed = yukon_speed(hw, phystat);
2270 switch (phystat & PHY_M_PS_PAUSE_MSK) {
2294 skge->speed = yukon_speed(hw, phystat);
2297 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
2299 if (phystat
[all...]
H A Dsky2.c1822 u16 istatus, phystat; local
1829 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT);
1833 sky2->netdev->name, istatus, phystat);
1836 if (sky2_autoneg_done(sky2, phystat) == 0)
1842 sky2->speed = sky2_phy_speed(hw, phystat);
1846 (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
1849 if (phystat & PHY_M_PS_LINK_UP)

Completed in 219 milliseconds