iwl_trans_d3_resume
ret = iwl_trans_d3_resume(priv->trans, true);
IWL_EXPORT_SYMBOL(iwl_trans_d3_resume);
int iwl_trans_d3_resume(struct iwl_trans *trans, bool reset);
ret = iwl_trans_d3_resume(mld->trans, false);
ret = iwl_trans_d3_resume(mvm->trans, !reset);