Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
A Dbcm87xx.c105 int xgxs_lane_status; in bcm87xx_read_status() local
121 xgxs_lane_status = phy_read(phydev, BCM87XX_XGXS_LANE_STATUS); in bcm87xx_read_status()
122 if (xgxs_lane_status < 0) in bcm87xx_read_status()
123 return xgxs_lane_status; in bcm87xx_read_status()
125 if ((xgxs_lane_status & 0x1000) == 0) in bcm87xx_read_status()

Completed in 3 milliseconds