Home
last modified time | relevance | path

Searched refs:an_result (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-mdio.c648 pdata->an_result = XGBE_AN_READY; in xgbe_an73_incompat_link()
826 pdata->an_result = pdata->an_state; in xgbe_an37_state_machine()
833 xgbe_state_as_string(pdata->an_result)); in xgbe_an37_state_machine()
909 pdata->an_result = pdata->an_state; in xgbe_an73_state_machine()
919 xgbe_state_as_string(pdata->an_result)); in xgbe_an73_state_machine()
1270 pdata->an_result = XGBE_AN_READY; in __xgbe_phy_config_aneg()
1304 return (pdata->an_result == XGBE_AN_COMPLETE); in xgbe_phy_aneg_done()
1329 if (pdata->an_result == XGBE_AN_COMPLETE) in xgbe_check_link_timeout()
Dxgbe.h1280 enum xgbe_an an_result; member
Dxgbe-phy-v2.c3324 switch (pdata->an_result) { in xgbe_phy_an_post()
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c941 u64 pcs_link, an_result; in bgx_poll_for_sgmii_link() local
961 an_result = bgx_reg_read(lmac->bgx, lmac->lmacid, in bgx_poll_for_sgmii_link()
964 speed = (an_result >> 3) & 0x3; in bgx_poll_for_sgmii_link()
965 lmac->last_duplex = (an_result >> 1) & 0x1; in bgx_poll_for_sgmii_link()