Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c2972 int lpagb = 0; in xgbe_phy_read_status() local
2985 lpagb = xgbe_phy_mii_read(pdata, pdata->mdio_addr, in xgbe_phy_read_status()
2987 if (lpagb < 0) in xgbe_phy_read_status()
2988 return (lpagb); in xgbe_phy_read_status()
2995 if (lpagb & GTSR_MAN_MS_FLT) { in xgbe_phy_read_status()
3009 common_adv_gb = lpagb & adv << 2; in xgbe_phy_read_status()