Searched refs:id_n_color (Results 1 – 3 of 3) sorted by relevance
1810 u32 id_n_color, csa_id; in iwl_mvm_channel_switch_start_notif() local1824 id_n_color = le32_to_cpu(notif->id_and_color); in iwl_mvm_channel_switch_start_notif()1825 mac_id = id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_channel_switch_start_notif()1850 id_n_color = FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color); in iwl_mvm_channel_switch_start_notif()1861 if (WARN(csa_id != id_n_color, in iwl_mvm_channel_switch_start_notif()1863 csa_id, id_n_color)) in iwl_mvm_channel_switch_start_notif()
6300 #define IWM_STA_ID_N_COLOR_GET_COLOR(id_n_color) \6301 (((id_n_color) & IWM_STA_COLOR_MSK) >> IWM_STA_COLOR_POS)6302 #define IWM_STA_ID_N_COLOR_GET_ID(id_n_color) \6303 (((id_n_color) & IWM_STA_ID_MSK) >> IWM_STA_ID_POS)6296 IWM_STA_ID_N_COLOR_GET_COLOR(id_n_color) global() argument 6298 IWM_STA_ID_N_COLOR_GET_ID(id_n_color) global() argument
7355 #define IWX_STA_ID_N_COLOR_GET_COLOR(id_n_color) \ argument7356 (((id_n_color) & IWX_STA_COLOR_MSK) >> IWX_STA_COLOR_POS)7357 #define IWX_STA_ID_N_COLOR_GET_ID(id_n_color) \ argument7358 (((id_n_color) & IWX_STA_ID_MSK) >> IWX_STA_ID_POS)