xgxs_lane_status  105 drivers/net/phy/bcm87xx.c 	int xgxs_lane_status;
xgxs_lane_status  121 drivers/net/phy/bcm87xx.c 	xgxs_lane_status = phy_read(phydev, BCM87XX_XGXS_LANE_STATUS);
xgxs_lane_status  122 drivers/net/phy/bcm87xx.c 	if (xgxs_lane_status < 0)
xgxs_lane_status  123 drivers/net/phy/bcm87xx.c 		return xgxs_lane_status;
xgxs_lane_status  125 drivers/net/phy/bcm87xx.c 	if ((xgxs_lane_status & 0x1000) == 0)