Lines Matching refs:reply

1201 	struct wmi_bit_rate_reply *reply;  in ath6kl_wmi_bitrate_reply_rx()  local
1208 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx()
1210 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx()
1212 if (reply->rate_index == (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx()
1215 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx()
1219 sgi = (reply->rate_index & 0x80) ? 1 : 0; in ath6kl_wmi_bitrate_reply_rx()
1257 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local
1262 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx()
1263 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx()
1416 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local
1427 reply = (struct wmi_rssi_threshold_event *) datap; in ath6kl_wmi_rssi_threshold_event_rx()
1428 new_threshold = (enum wmi_rssi_threshold_val) reply->range; in ath6kl_wmi_rssi_threshold_event_rx()
1429 rssi = a_sle16_to_cpu(reply->rssi); in ath6kl_wmi_rssi_threshold_event_rx()
1512 struct wmi_cac_event *reply; in ath6kl_wmi_cac_event_rx() local
1521 reply = (struct wmi_cac_event *) datap; in ath6kl_wmi_cac_event_rx()
1523 if ((reply->cac_indication == CAC_INDICATION_ADMISSION_RESP) && in ath6kl_wmi_cac_event_rx()
1524 (reply->status_code != IEEE80211_TSPEC_STATUS_ADMISS_ACCEPTED)) { in ath6kl_wmi_cac_event_rx()
1525 ts = (struct ieee80211_tspec_ie *) &(reply->tspec_suggestion); in ath6kl_wmi_cac_event_rx()
1531 reply->ac, tsid); in ath6kl_wmi_cac_event_rx()
1532 } else if (reply->cac_indication == CAC_INDICATION_NO_RESP) { in ath6kl_wmi_cac_event_rx()
1538 active_tsids = wmi->stream_exist_for_ac[reply->ac]; in ath6kl_wmi_cac_event_rx()
1547 reply->ac, index); in ath6kl_wmi_cac_event_rx()
1554 else if (reply->cac_indication == CAC_INDICATION_DELETE) { in ath6kl_wmi_cac_event_rx()
1555 ts = (struct ieee80211_tspec_ie *) &(reply->tspec_suggestion); in ath6kl_wmi_cac_event_rx()
1561 wmi->stream_exist_for_ac[reply->ac] &= ~(1 << ts_id); in ath6kl_wmi_cac_event_rx()
1562 active_tsids = wmi->stream_exist_for_ac[reply->ac]; in ath6kl_wmi_cac_event_rx()
1569 ath6kl_indicate_tx_activity(wmi->parent_dev, reply->ac, in ath6kl_wmi_cac_event_rx()
1571 wmi->fat_pipe_exist &= ~(1 << reply->ac); in ath6kl_wmi_cac_event_rx()
1660 struct wmi_snr_threshold_event *reply; in ath6kl_wmi_snr_threshold_event_rx() local
1671 reply = (struct wmi_snr_threshold_event *) datap; in ath6kl_wmi_snr_threshold_event_rx()
1673 new_threshold = (enum wmi_snr_threshold_val) reply->range; in ath6kl_wmi_snr_threshold_event_rx()
1674 snr = reply->snr; in ath6kl_wmi_snr_threshold_event_rx()
3340 struct wmi_pmkid_list_reply *reply; in ath6kl_wmi_get_pmkid_list_event_rx() local
3346 reply = (struct wmi_pmkid_list_reply *)datap; in ath6kl_wmi_get_pmkid_list_event_rx()
3347 expected_len = sizeof(reply->num_pmkid) + in ath6kl_wmi_get_pmkid_list_event_rx()
3348 le32_to_cpu(reply->num_pmkid) * WMI_PMKID_LEN; in ath6kl_wmi_get_pmkid_list_event_rx()