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

/drivers/isdn/sc/
H A Dcard.h93 unsigned char phystat; /* Last PhyStat info */ member in struct:__anon1938
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;
/drivers/net/ethernet/marvell/
H A Dskge.c2341 u16 istatus, phystat; local
2344 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT);
2347 "phy interrupt status 0x%x 0x%x\n", istatus, phystat);
2361 if (!(phystat & PHY_M_PS_SPDUP_RES)) {
2366 skge->duplex = (phystat & PHY_M_PS_FULL_DUP)
2368 skge->speed = yukon_speed(hw, phystat);
2371 switch (phystat & PHY_M_PS_PAUSE_MSK) {
2395 skge->speed = yukon_speed(hw, phystat);
2398 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
2400 if (phystat
[all...]
H A Dsky2.c2319 u16 istatus, phystat; local
2326 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT);
2329 istatus, phystat);
2332 if (sky2_autoneg_done(sky2, phystat) == 0 &&
2339 sky2->speed = sky2_phy_speed(hw, phystat);
2343 (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
2346 if (phystat & PHY_M_PS_LINK_UP)

Completed in 167 milliseconds