Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c422 struct iwl_mcc_update_resp_v8 *resp_cp; in iwl_mvm_update_mcc() local
459 resp_cp = ERR_PTR(-EINVAL); in iwl_mvm_update_mcc()
462 resp_len = struct_size(resp_cp, channels, n_channels); in iwl_mvm_update_mcc()
463 resp_cp = kzalloc(resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()
464 if (!resp_cp) { in iwl_mvm_update_mcc()
465 resp_cp = ERR_PTR(-ENOMEM); in iwl_mvm_update_mcc()
468 resp_cp->status = mcc_resp_v8->status; in iwl_mvm_update_mcc()
469 resp_cp->mcc = mcc_resp_v8->mcc; in iwl_mvm_update_mcc()
470 resp_cp->cap = mcc_resp_v8->cap; in iwl_mvm_update_mcc()
471 resp_cp->source_id = mcc_resp_v8->source_id; in iwl_mvm_update_mcc()
[all …]