Lines Matching refs:resp

45 			      struct host_cmd_ds_command *resp)  in mwifiex_process_cmdresp_error()  argument
54 resp->command, resp->result); in mwifiex_process_cmdresp_error()
59 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error()
61 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error()
64 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error()
124 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() argument
127 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
184 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() argument
187 struct host_cmd_ds_802_11_snmp_mib *smib = &resp->params.smib; in mwifiex_ret_802_11_snmp_mib()
235 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log() argument
239 &resp->params.get_log; in mwifiex_ret_get_log()
284 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_rate_cfg() argument
286 struct host_cmd_ds_tx_rate_cfg *rate_cfg = &resp->params.tx_rate_cfg; in mwifiex_ret_tx_rate_cfg()
294 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*rate_cfg); in mwifiex_ret_tx_rate_cfg()
398 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_power_cfg() argument
401 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
415 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
453 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_tx_power() argument
455 struct host_cmd_ds_rf_tx_pwr *txp = &resp->params.txp; in mwifiex_ret_rf_tx_power()
477 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_antenna() argument
479 struct host_cmd_ds_rf_ant_mimo *ant_mimo = &resp->params.ant_mimo; in mwifiex_ret_rf_antenna()
480 struct host_cmd_ds_rf_ant_siso *ant_siso = &resp->params.ant_siso; in mwifiex_ret_rf_antenna()
506 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_mac_address() argument
509 &resp->params.mac_addr; in mwifiex_ret_802_11_mac_address()
524 struct host_cmd_ds_command *resp) in mwifiex_ret_mac_multicast_adr() argument
539 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_tx_rate_query() argument
541 priv->tx_rate = resp->params.tx_rate.tx_rate; in mwifiex_ret_802_11_tx_rate_query()
542 priv->tx_htinfo = resp->params.tx_rate.ht_info; in mwifiex_ret_802_11_tx_rate_query()
559 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_deauthenticate() argument
564 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
566 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
578 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_ad_hoc_stop() argument
591 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v1() argument
594 &resp->params.key_material; in mwifiex_ret_802_11_key_material_v1()
622 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v2() argument
627 key_v2 = &resp->params.key_material_v2; in mwifiex_ret_802_11_key_material_v2()
653 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material() argument
656 return mwifiex_ret_802_11_key_material_v2(priv, resp); in mwifiex_ret_802_11_key_material()
658 return mwifiex_ret_802_11_key_material_v1(priv, resp); in mwifiex_ret_802_11_key_material()
665 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11d_domain_info() argument
668 &resp->params.domain_info_resp; in mwifiex_ret_802_11d_domain_info()
709 struct host_cmd_ds_command *resp, in mwifiex_ret_ver_ext() argument
712 struct host_cmd_ds_version_ext *ver_ext = &resp->params.verext; in mwifiex_ret_ver_ext()
728 struct host_cmd_ds_command *resp, in mwifiex_ret_remain_on_chan() argument
731 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan()
744 struct host_cmd_ds_command *resp, in mwifiex_ret_p2p_mode_cfg() argument
747 struct host_cmd_ds_p2p_mode_cfg *mode_cfg = &resp->params.mode_cfg; in mwifiex_ret_p2p_mode_cfg()
759 struct host_cmd_ds_command *resp, void *pioctl_buf) in mwifiex_ret_mem_access() argument
761 struct host_cmd_ds_mem_access *mem = (void *)&resp->params.mem; in mwifiex_ret_mem_access()
774 static int mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp, in mwifiex_ret_reg_access() argument
794 r.mac = &resp->params.mac_reg; in mwifiex_ret_reg_access()
799 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
805 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
810 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
815 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
820 r.eeprom = &resp->params.eeprom; in mwifiex_ret_reg_access()
849 struct host_cmd_ds_command *resp) in mwifiex_ret_ibss_coalescing_status() argument
852 &(resp->params.ibss_coalescing); in mwifiex_ret_ibss_coalescing_status()
886 struct host_cmd_ds_command *resp) in mwifiex_ret_tdls_oper() argument
888 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
949 struct host_cmd_ds_command *resp) in mwifiex_ret_subsc_evt() argument
952 &resp->params.subsc_evt; in mwifiex_ret_subsc_evt()
964 struct host_cmd_ds_command *resp) in mwifiex_ret_uap_sta_list() argument
967 &resp->params.sta_list; in mwifiex_ret_uap_sta_list()
986 struct host_cmd_ds_command *resp) in mwifiex_ret_cfg_data() argument
988 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_ret_cfg_data()
998 struct host_cmd_ds_command *resp) in mwifiex_ret_sdio_rx_aggr_cfg() argument
1002 &resp->params.sdio_rx_aggr_cfg; in mwifiex_ret_sdio_rx_aggr_cfg()
1011 struct host_cmd_ds_command *resp, in mwifiex_ret_robust_coex() argument
1014 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex()
1039 struct host_cmd_ds_command *resp) in mwifiex_process_sta_cmdresp() argument
1046 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_process_sta_cmdresp()
1047 mwifiex_process_cmdresp_error(priv, resp); in mwifiex_process_sta_cmdresp()
1053 ret = mwifiex_ret_get_hw_spec(priv, resp); in mwifiex_process_sta_cmdresp()
1056 ret = mwifiex_ret_cfg_data(priv, resp); in mwifiex_process_sta_cmdresp()
1061 ret = mwifiex_ret_802_11_mac_address(priv, resp); in mwifiex_process_sta_cmdresp()
1064 ret = mwifiex_ret_mac_multicast_adr(priv, resp); in mwifiex_process_sta_cmdresp()
1067 ret = mwifiex_ret_tx_rate_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1070 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1074 ret = mwifiex_ret_802_11_scan_ext(priv, resp); in mwifiex_process_sta_cmdresp()
1078 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1083 ret = mwifiex_ret_tx_power_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1086 ret = mwifiex_ret_rf_tx_power(priv, resp); in mwifiex_process_sta_cmdresp()
1089 ret = mwifiex_ret_rf_antenna(priv, resp); in mwifiex_process_sta_cmdresp()
1092 ret = mwifiex_ret_enh_power_mode(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1095 ret = mwifiex_ret_802_11_hs_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1098 ret = mwifiex_ret_802_11_associate(priv, resp); in mwifiex_process_sta_cmdresp()
1101 ret = mwifiex_ret_802_11_deauthenticate(priv, resp); in mwifiex_process_sta_cmdresp()
1105 ret = mwifiex_ret_802_11_ad_hoc(priv, resp); in mwifiex_process_sta_cmdresp()
1108 ret = mwifiex_ret_802_11_ad_hoc_stop(priv, resp); in mwifiex_process_sta_cmdresp()
1111 ret = mwifiex_ret_get_log(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1114 ret = mwifiex_ret_802_11_rssi_info(priv, resp); in mwifiex_process_sta_cmdresp()
1117 ret = mwifiex_ret_802_11_snmp_mib(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1120 ret = mwifiex_ret_802_11_tx_rate_query(priv, resp); in mwifiex_process_sta_cmdresp()
1123 ret = mwifiex_ret_ver_ext(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1126 ret = mwifiex_ret_remain_on_chan(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1131 ret = mwifiex_ret_p2p_mode_cfg(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1138 ret = mwifiex_ret_802_11_key_material(priv, resp); in mwifiex_process_sta_cmdresp()
1141 ret = mwifiex_ret_802_11d_domain_info(priv, resp); in mwifiex_process_sta_cmdresp()
1144 ret = mwifiex_ret_11n_addba_req(priv, resp); in mwifiex_process_sta_cmdresp()
1147 ret = mwifiex_ret_11n_delba(priv, resp); in mwifiex_process_sta_cmdresp()
1150 ret = mwifiex_ret_11n_addba_resp(priv, resp); in mwifiex_process_sta_cmdresp()
1153 if (0xffff == (u16)le16_to_cpu(resp->params.tx_buf.buff_size)) { in mwifiex_process_sta_cmdresp()
1164 adapter->tx_buf_size = (u16) le16_to_cpu(resp->params. in mwifiex_process_sta_cmdresp()
1175 le16_to_cpu(resp->params.tx_buf.mp_end_port)); in mwifiex_process_sta_cmdresp()
1180 ret = mwifiex_ret_wmm_get_status(priv, resp); in mwifiex_process_sta_cmdresp()
1183 ret = mwifiex_ret_ibss_coalescing_status(priv, resp); in mwifiex_process_sta_cmdresp()
1186 ret = mwifiex_ret_mem_access(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1194 ret = mwifiex_ret_reg_access(cmdresp_no, resp, data_buf); in mwifiex_process_sta_cmdresp()
1203 ret = mwifiex_ret_subsc_evt(priv, resp); in mwifiex_process_sta_cmdresp()
1208 ret = mwifiex_ret_uap_sta_list(priv, resp); in mwifiex_process_sta_cmdresp()
1228 ret = mwifiex_ret_tdls_oper(priv, resp); in mwifiex_process_sta_cmdresp()
1234 ret = mwifiex_ret_sdio_rx_aggr_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1239 ret = mwifiex_ret_robust_coex(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1244 resp->command); in mwifiex_process_sta_cmdresp()