Lines Matching refs:status_code
4151 if (chan_list_event_hdr->status_code == WMI_REG_SET_CC_STATUS_PASS) in ath11k_pull_reg_chan_list_update_ev()
4152 reg_info->status_code = REG_SET_CC_STATUS_PASS; in ath11k_pull_reg_chan_list_update_ev()
4153 else if (chan_list_event_hdr->status_code == WMI_REG_CURRENT_ALPHA2_NOT_FOUND) in ath11k_pull_reg_chan_list_update_ev()
4154 reg_info->status_code = REG_CURRENT_ALPHA2_NOT_FOUND; in ath11k_pull_reg_chan_list_update_ev()
4155 else if (chan_list_event_hdr->status_code == WMI_REG_INIT_ALPHA2_NOT_FOUND) in ath11k_pull_reg_chan_list_update_ev()
4156 reg_info->status_code = REG_INIT_ALPHA2_NOT_FOUND; in ath11k_pull_reg_chan_list_update_ev()
4157 else if (chan_list_event_hdr->status_code == WMI_REG_SET_CC_CHANGE_NOT_ALLOWED) in ath11k_pull_reg_chan_list_update_ev()
4158 reg_info->status_code = REG_SET_CC_CHANGE_NOT_ALLOWED; in ath11k_pull_reg_chan_list_update_ev()
4159 else if (chan_list_event_hdr->status_code == WMI_REG_SET_CC_STATUS_NO_MEMORY) in ath11k_pull_reg_chan_list_update_ev()
4160 reg_info->status_code = REG_SET_CC_STATUS_NO_MEMORY; in ath11k_pull_reg_chan_list_update_ev()
4161 else if (chan_list_event_hdr->status_code == WMI_REG_SET_CC_STATUS_FAIL) in ath11k_pull_reg_chan_list_update_ev()
4162 reg_info->status_code = REG_SET_CC_STATUS_FAIL; in ath11k_pull_reg_chan_list_update_ev()
5409 if (reg_info->status_code != REG_SET_CC_STATUS_PASS) { in ath11k_reg_chan_list_event()