Searched refs:resp_cp (Results 1 – 1 of 1) sorted by relevance
415 struct iwl_mcc_update_resp *resp_cp; in iwl_mvm_update_mcc() local450 resp_cp = ERR_PTR(-EINVAL); in iwl_mvm_update_mcc()455 resp_cp = kmemdup(mcc_resp, resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()456 if (!resp_cp) { in iwl_mvm_update_mcc()457 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()466 resp_cp = ERR_PTR(-EINVAL); in iwl_mvm_update_mcc()471 resp_cp = kzalloc(resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()472 if (!resp_cp) { in iwl_mvm_update_mcc()473 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()477 resp_cp->status = mcc_resp_v3->status; in iwl_mvm_update_mcc()[all …]