Lines Matching refs:retcode
1965 int retcode; in ice_force_phys_link_state() local
1980 retcode = ice_aq_get_phy_caps(pi, false, ICE_AQC_REPORT_ACTIVE_CFG, pcaps, in ice_force_phys_link_state()
1982 if (retcode) { in ice_force_phys_link_state()
1984 vsi->vsi_num, retcode); in ice_force_phys_link_state()
1985 retcode = -EIO; in ice_force_phys_link_state()
2000 retcode = -ENOMEM; in ice_force_phys_link_state()
2010 retcode = ice_aq_set_phy_cfg(&vsi->back->hw, pi, cfg, NULL); in ice_force_phys_link_state()
2011 if (retcode) { in ice_force_phys_link_state()
2013 vsi->vsi_num, retcode); in ice_force_phys_link_state()
2014 retcode = -EIO; in ice_force_phys_link_state()
2020 return retcode; in ice_force_phys_link_state()