ice_aq_set_phy_cfg
status = ice_aq_set_phy_cfg(hw, pi, &cfg, NULL);
ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
if (ice_aq_set_phy_cfg(pi->hw, pi, &config, NULL))
err = ice_aq_set_phy_cfg(&pf->hw, pi, &config, NULL);
retcode = ice_aq_set_phy_cfg(&vsi->back->hw, pi, cfg, NULL);
err = ice_aq_set_phy_cfg(&pf->hw, pi, cfg, NULL);