Home
last modified time | relevance | path

Searched refs:mcc_resp_v3 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c518 struct iwl_mcc_update_resp_v3 *mcc_resp_v3 = (void *)pkt->data; in iwl_mvm_update_mcc() local
520 n_channels = __le32_to_cpu(mcc_resp_v3->n_channels); in iwl_mvm_update_mcc()
522 struct_size(mcc_resp_v3, channels, n_channels)) { in iwl_mvm_update_mcc()
534 resp_cp->status = mcc_resp_v3->status; in iwl_mvm_update_mcc()
535 resp_cp->mcc = mcc_resp_v3->mcc; in iwl_mvm_update_mcc()
536 resp_cp->cap = cpu_to_le16(mcc_resp_v3->cap); in iwl_mvm_update_mcc()
537 resp_cp->source_id = mcc_resp_v3->source_id; in iwl_mvm_update_mcc()
538 resp_cp->time = mcc_resp_v3->time; in iwl_mvm_update_mcc()
539 resp_cp->geo_info = mcc_resp_v3->geo_info; in iwl_mvm_update_mcc()
540 resp_cp->n_channels = mcc_resp_v3 in iwl_mvm_update_mcc()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c497 struct iwl_mcc_update_resp_v3 *mcc_resp_v3 = (void *)pkt->data; in iwl_mvm_update_mcc() local
499 n_channels = __le32_to_cpu(mcc_resp_v3->n_channels); in iwl_mvm_update_mcc()
501 struct_size(mcc_resp_v3, channels, n_channels)) { in iwl_mvm_update_mcc()
512 resp_cp->status = mcc_resp_v3->status; in iwl_mvm_update_mcc()
513 resp_cp->mcc = mcc_resp_v3->mcc; in iwl_mvm_update_mcc()
514 resp_cp->cap = cpu_to_le32(mcc_resp_v3->cap); in iwl_mvm_update_mcc()
515 resp_cp->source_id = mcc_resp_v3->source_id; in iwl_mvm_update_mcc()
516 resp_cp->time = mcc_resp_v3->time; in iwl_mvm_update_mcc()
517 resp_cp->geo_info = mcc_resp_v3->geo_info; in iwl_mvm_update_mcc()
518 resp_cp->n_channels = mcc_resp_v3 in iwl_mvm_update_mcc()
[all...]

Completed in 2 milliseconds