Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1561 u32 id_n_color, csa_id, mac_id; in iwl_mvm_channel_switch_noa_notif() local
1566 id_n_color = le32_to_cpu(notif->id_and_color); in iwl_mvm_channel_switch_noa_notif()
1567 mac_id = id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_channel_switch_noa_notif()
1584 if (WARN(csa_id != id_n_color, in iwl_mvm_channel_switch_noa_notif()
1586 csa_id, id_n_color)) in iwl_mvm_channel_switch_noa_notif()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1761 u32 id_n_color, csa_id; in iwl_mvm_channel_switch_start_notif() local
1774 id_n_color = le32_to_cpu(notif->id_and_color); in iwl_mvm_channel_switch_start_notif()
1775 mac_id = id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_channel_switch_start_notif()
1799 id_n_color = FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color); in iwl_mvm_channel_switch_start_notif()
1810 if (WARN(csa_id != id_n_color, in iwl_mvm_channel_switch_start_notif()
1812 csa_id, id_n_color)) in iwl_mvm_channel_switch_start_notif()

Completed in 6 milliseconds