bcm_phy_downshift_get
ret = bcm_phy_downshift_get(phydev, &count);
return bcm_phy_downshift_get(phydev, (u8 *)data);
EXPORT_SYMBOL_GPL(bcm_phy_downshift_get);
int bcm_phy_downshift_get(struct phy_device *phydev, u8 *count);
ret = bcm_phy_downshift_get(phydev, &count);
return bcm_phy_downshift_get(phydev, (u8 *)data);