Searched refs:mcc_resp_v1 (Results 1 – 1 of 1) sorted by relevance
517 struct iwl_mcc_update_resp_v1 *mcc_resp_v1 = (void *)pkt->data; in iwl_mvm_update_mcc() local519 n_channels = __le32_to_cpu(mcc_resp_v1->n_channels); in iwl_mvm_update_mcc()528 resp_cp->status = mcc_resp_v1->status; in iwl_mvm_update_mcc()529 resp_cp->mcc = mcc_resp_v1->mcc; in iwl_mvm_update_mcc()530 resp_cp->cap = mcc_resp_v1->cap; in iwl_mvm_update_mcc()531 resp_cp->source_id = mcc_resp_v1->source_id; in iwl_mvm_update_mcc()532 resp_cp->n_channels = mcc_resp_v1->n_channels; in iwl_mvm_update_mcc()533 memcpy(resp_cp->channels, mcc_resp_v1->channels, in iwl_mvm_update_mcc()