Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c1810 u32 id_n_color, csa_id; in iwl_mvm_channel_switch_start_notif()
1824 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_error_notif()
1863 csa_id, id_n_color)) in iwl_mvm_channel_switch_error_notif()
1765 u32 id_n_color, csa_id; iwl_mvm_channel_switch_start_notif() local
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h6300 #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