Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe-phy-v2.c2718 int lpagb = 0; in xgbe_phy_read_status() local
2731 lpagb = xgbe_phy_mii_read(pdata, pdata->mdio_addr, in xgbe_phy_read_status()
2733 if (lpagb < 0) in xgbe_phy_read_status()
2734 return (lpagb); in xgbe_phy_read_status()
2741 if (lpagb & GTSR_MAN_MS_FLT) { in xgbe_phy_read_status()
2755 common_adv_gb = lpagb & adv << 2; in xgbe_phy_read_status()