Searched refs:resp_cp (Results 1 – 1 of 1) sorted by relevance
477 struct iwl_mcc_update_resp *resp_cp; in iwl_mvm_update_mcc() local512 resp_cp = kmemdup(mcc_resp, resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()513 if (!resp_cp) { in iwl_mvm_update_mcc()514 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()523 resp_cp = kzalloc(resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()524 if (!resp_cp) { in iwl_mvm_update_mcc()525 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()529 resp_cp->status = mcc_resp_v3->status; in iwl_mvm_update_mcc()530 resp_cp->mcc = mcc_resp_v3->mcc; in iwl_mvm_update_mcc()531 resp_cp->cap = cpu_to_le16(mcc_resp_v3->cap); in iwl_mvm_update_mcc()[all …]