Searched refs:mcc_resp (Results 1 – 1 of 1) sorted by relevance
629 struct iwl_mcc_update_resp *mcc_resp, *resp_cp = NULL; in iwl_mvm_update_mcc() local657 mcc_resp = (void *)pkt->data; in iwl_mvm_update_mcc()658 status = le32_to_cpu(mcc_resp->status); in iwl_mvm_update_mcc()660 mcc = le16_to_cpu(mcc_resp->mcc); in iwl_mvm_update_mcc()665 mcc_resp->mcc = cpu_to_le16(mcc); in iwl_mvm_update_mcc()668 n_channels = __le32_to_cpu(mcc_resp->n_channels); in iwl_mvm_update_mcc()673 resp_len = sizeof(*mcc_resp) + n_channels * sizeof(__le32); in iwl_mvm_update_mcc()674 resp_cp = kmemdup(mcc_resp, resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()