Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dskge.c2349 u16 istatus, phystat; in yukon_phy_intr() local
2352 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT); in yukon_phy_intr()
2355 "phy interrupt status 0x%x 0x%x\n", istatus, phystat); in yukon_phy_intr()
2369 if (!(phystat & PHY_M_PS_SPDUP_RES)) { in yukon_phy_intr()
2374 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) in yukon_phy_intr()
2376 skge->speed = yukon_speed(hw, phystat); in yukon_phy_intr()
2379 switch (phystat & PHY_M_PS_PAUSE_MSK) { in yukon_phy_intr()
2403 skge->speed = yukon_speed(hw, phystat); in yukon_phy_intr()
2406 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in yukon_phy_intr()
2408 if (phystat & PHY_M_PS_LINK_UP) in yukon_phy_intr()
H A Dsky2.c2302 u16 istatus, phystat; in sky2_phy_intr() local
2309 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT); in sky2_phy_intr()
2312 istatus, phystat); in sky2_phy_intr()
2315 if (sky2_autoneg_done(sky2, phystat) == 0 && in sky2_phy_intr()
2322 sky2->speed = sky2_phy_speed(hw, phystat); in sky2_phy_intr()
2326 (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_phy_intr()
2329 if (phystat & PHY_M_PS_LINK_UP) in sky2_phy_intr()