Lines Matching refs:resp
313 struct iwl_mcc_update_resp *resp; in iwl_mvm_get_regdomain() local
319 resp = iwl_mvm_update_mcc(mvm, alpha2, src_id); in iwl_mvm_get_regdomain()
320 if (IS_ERR_OR_NULL(resp)) { in iwl_mvm_get_regdomain()
322 PTR_RET(resp)); in iwl_mvm_get_regdomain()
327 *changed = (resp->status == MCC_RESP_NEW_CHAN_PROFILE); in iwl_mvm_get_regdomain()
330 __le32_to_cpu(resp->n_channels), in iwl_mvm_get_regdomain()
331 resp->channels, in iwl_mvm_get_regdomain()
332 __le16_to_cpu(resp->mcc)); in iwl_mvm_get_regdomain()
334 src_id = resp->source_id; in iwl_mvm_get_regdomain()
335 kfree(resp); in iwl_mvm_get_regdomain()
2980 struct iwl_hs20_roc_res *resp; in iwl_mvm_rx_aux_roc() local
2987 if (WARN_ON_ONCE(resp_len != sizeof(*resp))) { in iwl_mvm_rx_aux_roc()
2992 resp = (void *)pkt->data; in iwl_mvm_rx_aux_roc()
2996 resp->status, resp->event_unique_id); in iwl_mvm_rx_aux_roc()
2998 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()