Lines Matching refs:resp
312 struct iwl_mcc_update_resp *resp; in iwl_mvm_get_regdomain() local
318 resp = iwl_mvm_update_mcc(mvm, alpha2, src_id); in iwl_mvm_get_regdomain()
319 if (IS_ERR_OR_NULL(resp)) { in iwl_mvm_get_regdomain()
321 PTR_ERR_OR_ZERO(resp)); in iwl_mvm_get_regdomain()
326 *changed = (resp->status == MCC_RESP_NEW_CHAN_PROFILE); in iwl_mvm_get_regdomain()
329 __le32_to_cpu(resp->n_channels), in iwl_mvm_get_regdomain()
330 resp->channels, in iwl_mvm_get_regdomain()
331 __le16_to_cpu(resp->mcc)); in iwl_mvm_get_regdomain()
333 src_id = resp->source_id; in iwl_mvm_get_regdomain()
334 kfree(resp); in iwl_mvm_get_regdomain()
3068 struct iwl_hs20_roc_res *resp; in iwl_mvm_rx_aux_roc() local
3075 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) { in iwl_mvm_rx_aux_roc()
3080 resp = (void *)pkt->data; in iwl_mvm_rx_aux_roc()
3084 resp->status, resp->event_unique_id); in iwl_mvm_rx_aux_roc()
3086 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()