Home
last modified time | relevance | path

Searched refs:resp_cp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c415 struct iwl_mcc_update_resp_v8 *resp_cp; in iwl_mvm_update_mcc() local
452 resp_cp = ERR_PTR(-EINVAL); in iwl_mvm_update_mcc()
455 resp_len = struct_size(resp_cp, channels, n_channels); in iwl_mvm_update_mcc()
456 resp_cp = kzalloc(resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()
457 if (!resp_cp) { in iwl_mvm_update_mcc()
458 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()
461 resp_cp->status = mcc_resp_v8->status; in iwl_mvm_update_mcc()
462 resp_cp->mcc = mcc_resp_v8->mcc; in iwl_mvm_update_mcc()
463 resp_cp->cap = mcc_resp_v8->cap; in iwl_mvm_update_mcc()
464 resp_cp in iwl_mvm_update_mcc()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c472 struct iwl_mcc_update_resp *resp_cp; in iwl_mvm_update_mcc() local
507 resp_cp = ERR_PTR(-EINVAL); in iwl_mvm_update_mcc()
512 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 = ERR_PTR(-EINVAL); in iwl_mvm_update_mcc()
528 resp_cp = kzalloc(resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()
529 if (!resp_cp) { in iwl_mvm_update_mcc()
530 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()
534 resp_cp in iwl_mvm_update_mcc()
[all...]

Completed in 2 milliseconds