Searched refs:mcc_resp_v8 (Results 1 – 2 of 2) sorted by relevance
440 struct iwl_mcc_update_resp_v8 *mcc_resp_v8 = (void *)pkt->data; in iwl_mvm_update_mcc() local 442 n_channels = __le32_to_cpu(mcc_resp_v8->n_channels); in iwl_mvm_update_mcc() 444 struct_size(mcc_resp_v8, channels, n_channels)) { in iwl_mvm_update_mcc() 454 resp_cp->status = mcc_resp_v8->status; in iwl_mvm_update_mcc() 455 resp_cp->mcc = mcc_resp_v8->mcc; in iwl_mvm_update_mcc() 456 resp_cp->cap = mcc_resp_v8->cap; in iwl_mvm_update_mcc() 457 resp_cp->source_id = mcc_resp_v8->source_id; in iwl_mvm_update_mcc() 458 resp_cp->time = mcc_resp_v8->time; in iwl_mvm_update_mcc() 459 resp_cp->geo_info = mcc_resp_v8->geo_info; in iwl_mvm_update_mcc() 460 resp_cp->n_channels = mcc_resp_v8 in iwl_mvm_update_mcc() [all...]
20 const struct iwl_mcc_update_resp_v8 *mcc_resp_v8 = (const void *)pkt->data; in iwl_mld_copy_mcc_resp() local 21 int n_channels = __le32_to_cpu(mcc_resp_v8->n_channels); in iwl_mld_copy_mcc_resp() 28 resp_cp = kmemdup(mcc_resp_v8, notif_len, GFP_KERNEL); in iwl_mld_copy_mcc_resp()