Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmcc.c39 const struct iwl_mcc_update_resp_v4 *mcc_resp_v4 = (const void *)pkt->data; in iwl_mld_parse_mcc_update_resp_v5_v6() local
41 int n_channels = __le32_to_cpu(mcc_resp_v4->n_channels); in iwl_mld_parse_mcc_update_resp_v5_v6()
45 struct_size(mcc_resp_v4, channels, n_channels)) in iwl_mld_parse_mcc_update_resp_v5_v6()
53 resp_cp->status = mcc_resp_v4->status; in iwl_mld_parse_mcc_update_resp_v5_v6()
54 resp_cp->mcc = mcc_resp_v4->mcc; in iwl_mld_parse_mcc_update_resp_v5_v6()
55 resp_cp->cap = cpu_to_le32(le16_to_cpu(mcc_resp_v4->cap)); in iwl_mld_parse_mcc_update_resp_v5_v6()
56 resp_cp->source_id = mcc_resp_v4->source_id; in iwl_mld_parse_mcc_update_resp_v5_v6()
57 resp_cp->geo_info = mcc_resp_v4->geo_info; in iwl_mld_parse_mcc_update_resp_v5_v6()
58 resp_cp->n_channels = mcc_resp_v4->n_channels; in iwl_mld_parse_mcc_update_resp_v5_v6()
59 memcpy(resp_cp->channels, mcc_resp_v4->channels, in iwl_mld_parse_mcc_update_resp_v5_v6()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c479 struct iwl_mcc_update_resp_v4 *mcc_resp_v4 = (void *)pkt->data; in iwl_mvm_update_mcc() local
481 n_channels = __le32_to_cpu(mcc_resp_v4->n_channels); in iwl_mvm_update_mcc()
483 struct_size(mcc_resp_v4, channels, n_channels)) { in iwl_mvm_update_mcc()
494 resp_cp->status = mcc_resp_v4->status; in iwl_mvm_update_mcc()
495 resp_cp->mcc = mcc_resp_v4->mcc; in iwl_mvm_update_mcc()
496 resp_cp->cap = cpu_to_le32(le16_to_cpu(mcc_resp_v4->cap)); in iwl_mvm_update_mcc()
497 resp_cp->source_id = mcc_resp_v4->source_id; in iwl_mvm_update_mcc()
498 resp_cp->time = mcc_resp_v4->time; in iwl_mvm_update_mcc()
499 resp_cp->geo_info = mcc_resp_v4->geo_info; in iwl_mvm_update_mcc()
500 resp_cp->n_channels = mcc_resp_v4->n_channels; in iwl_mvm_update_mcc()
[all …]