i40e_aq_update_vsi_params
enum i40e_status_code i40e_aq_update_vsi_params(struct i40e_hw *hw,
err = i40e_aq_update_vsi_params(hw, &ctxt, NULL);
return (i40e_aq_update_vsi_params(&pf->hw, &vsi_ctx, NULL));
error = i40e_aq_update_vsi_params(hw, &ctxt, NULL);