Lines Matching full:resp

33 			      struct host_cmd_ds_command *resp)  in mwifiex_process_cmdresp_error()  argument
40 resp->command, resp->result); in mwifiex_process_cmdresp_error()
45 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error()
47 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error()
50 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error()
96 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() argument
99 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
156 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() argument
159 struct host_cmd_ds_802_11_snmp_mib *smib = &resp->params.smib; in mwifiex_ret_802_11_snmp_mib()
208 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log() argument
212 &resp->params.get_log; in mwifiex_ret_get_log()
257 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_rate_cfg() argument
259 struct host_cmd_ds_tx_rate_cfg *rate_cfg = &resp->params.tx_rate_cfg; in mwifiex_ret_tx_rate_cfg()
267 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*rate_cfg); in mwifiex_ret_tx_rate_cfg()
370 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_power_cfg() argument
373 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
387 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
425 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_tx_power() argument
427 struct host_cmd_ds_rf_tx_pwr *txp = &resp->params.txp; in mwifiex_ret_rf_tx_power()
449 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_antenna() argument
451 struct host_cmd_ds_rf_ant_mimo *ant_mimo = &resp->params.ant_mimo; in mwifiex_ret_rf_antenna()
452 struct host_cmd_ds_rf_ant_siso *ant_siso = &resp->params.ant_siso; in mwifiex_ret_rf_antenna()
482 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_mac_address() argument
485 &resp->params.mac_addr; in mwifiex_ret_802_11_mac_address()
500 struct host_cmd_ds_command *resp) in mwifiex_ret_mac_multicast_adr() argument
515 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_tx_rate_query() argument
517 priv->tx_rate = resp->params.tx_rate.tx_rate; in mwifiex_ret_802_11_tx_rate_query()
518 priv->tx_htinfo = resp->params.tx_rate.ht_info; in mwifiex_ret_802_11_tx_rate_query()
535 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_deauthenticate() argument
540 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
542 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
555 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_ad_hoc_stop() argument
568 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v1() argument
571 &resp->params.key_material; in mwifiex_ret_802_11_key_material_v1()
603 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v2() argument
608 key_v2 = &resp->params.key_material_v2; in mwifiex_ret_802_11_key_material_v2()
638 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material() argument
641 return mwifiex_ret_802_11_key_material_v2(priv, resp); in mwifiex_ret_802_11_key_material()
643 return mwifiex_ret_802_11_key_material_v1(priv, resp); in mwifiex_ret_802_11_key_material()
650 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11d_domain_info() argument
653 &resp->params.domain_info_resp; in mwifiex_ret_802_11d_domain_info()
663 "info: 11D Domain Info Resp: no_of_triplet=%d\n", in mwifiex_ret_802_11d_domain_info()
694 struct host_cmd_ds_command *resp, in mwifiex_ret_ver_ext() argument
697 struct host_cmd_ds_version_ext *ver_ext = &resp->params.verext; in mwifiex_ret_ver_ext()
737 struct host_cmd_ds_command *resp, in mwifiex_ret_remain_on_chan() argument
740 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan()
753 struct host_cmd_ds_command *resp, in mwifiex_ret_p2p_mode_cfg() argument
756 struct host_cmd_ds_p2p_mode_cfg *mode_cfg = &resp->params.mode_cfg; in mwifiex_ret_p2p_mode_cfg()
768 struct host_cmd_ds_command *resp, void *pioctl_buf) in mwifiex_ret_mem_access() argument
770 struct host_cmd_ds_mem_access *mem = (void *)&resp->params.mem; in mwifiex_ret_mem_access()
783 static int mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp, in mwifiex_ret_reg_access() argument
803 r.mac = &resp->params.mac_reg; in mwifiex_ret_reg_access()
808 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
814 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
819 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
824 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
829 r.eeprom = &resp->params.eeprom; in mwifiex_ret_reg_access()
857 struct host_cmd_ds_command *resp) in mwifiex_ret_ibss_coalescing_status() argument
860 &(resp->params.ibss_coalescing); in mwifiex_ret_ibss_coalescing_status()
894 struct host_cmd_ds_command *resp) in mwifiex_ret_tdls_oper() argument
896 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
957 struct host_cmd_ds_command *resp) in mwifiex_ret_subsc_evt() argument
960 &resp->params.subsc_evt; in mwifiex_ret_subsc_evt()
972 struct host_cmd_ds_command *resp) in mwifiex_ret_uap_sta_list() argument
975 &resp->params.sta_list; in mwifiex_ret_uap_sta_list()
994 struct host_cmd_ds_command *resp) in mwifiex_ret_cfg_data() argument
996 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_ret_cfg_data()
997 mwifiex_dbg(priv->adapter, ERROR, "Cal data cmd resp failed\n"); in mwifiex_ret_cfg_data()
1006 struct host_cmd_ds_command *resp) in mwifiex_ret_sdio_rx_aggr_cfg() argument
1010 &resp->params.sdio_rx_aggr_cfg; in mwifiex_ret_sdio_rx_aggr_cfg()
1019 struct host_cmd_ds_command *resp, in mwifiex_ret_robust_coex() argument
1022 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex()
1127 struct host_cmd_ds_command *resp) in mwifiex_ret_chan_region_cfg() argument
1129 struct host_cmd_ds_chan_region_cfg *reg = &resp->params.reg_cfg; in mwifiex_ret_chan_region_cfg()
1140 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*reg); in mwifiex_ret_chan_region_cfg()
1170 struct host_cmd_ds_command *resp) in mwifiex_ret_pkt_aggr_ctrl() argument
1173 &resp->params.pkt_aggr_ctrl; in mwifiex_ret_pkt_aggr_ctrl()
1191 struct host_cmd_ds_command *resp, in mwifiex_ret_get_chan_info() argument
1194 struct host_cmd_ds_sta_configure *sta_cfg_cmd = &resp->params.sta_cfg; in mwifiex_ret_get_chan_info()
1213 struct host_cmd_ds_command *resp) in mwifiex_process_sta_cmdresp() argument
1220 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_process_sta_cmdresp()
1221 mwifiex_process_cmdresp_error(priv, resp); in mwifiex_process_sta_cmdresp()
1227 ret = mwifiex_ret_get_hw_spec(priv, resp); in mwifiex_process_sta_cmdresp()
1230 ret = mwifiex_ret_cfg_data(priv, resp); in mwifiex_process_sta_cmdresp()
1235 ret = mwifiex_ret_802_11_mac_address(priv, resp); in mwifiex_process_sta_cmdresp()
1238 ret = mwifiex_ret_mac_multicast_adr(priv, resp); in mwifiex_process_sta_cmdresp()
1241 ret = mwifiex_ret_tx_rate_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1244 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1248 ret = mwifiex_ret_802_11_scan_ext(priv, resp); in mwifiex_process_sta_cmdresp()
1252 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1260 ret = mwifiex_ret_tx_power_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1263 ret = mwifiex_ret_rf_tx_power(priv, resp); in mwifiex_process_sta_cmdresp()
1266 ret = mwifiex_ret_rf_antenna(priv, resp); in mwifiex_process_sta_cmdresp()
1269 ret = mwifiex_ret_enh_power_mode(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1272 ret = mwifiex_ret_802_11_hs_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1275 ret = mwifiex_ret_802_11_associate(priv, resp); in mwifiex_process_sta_cmdresp()
1278 ret = mwifiex_ret_802_11_deauthenticate(priv, resp); in mwifiex_process_sta_cmdresp()
1282 ret = mwifiex_ret_802_11_ad_hoc(priv, resp); in mwifiex_process_sta_cmdresp()
1285 ret = mwifiex_ret_802_11_ad_hoc_stop(priv, resp); in mwifiex_process_sta_cmdresp()
1288 ret = mwifiex_ret_get_log(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1291 ret = mwifiex_ret_802_11_rssi_info(priv, resp); in mwifiex_process_sta_cmdresp()
1294 ret = mwifiex_ret_802_11_snmp_mib(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1297 ret = mwifiex_ret_802_11_tx_rate_query(priv, resp); in mwifiex_process_sta_cmdresp()
1300 ret = mwifiex_ret_ver_ext(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1303 ret = mwifiex_ret_remain_on_chan(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1308 ret = mwifiex_ret_pkt_aggr_ctrl(priv, resp); in mwifiex_process_sta_cmdresp()
1311 ret = mwifiex_ret_p2p_mode_cfg(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1318 ret = mwifiex_ret_802_11_key_material(priv, resp); in mwifiex_process_sta_cmdresp()
1321 ret = mwifiex_ret_802_11d_domain_info(priv, resp); in mwifiex_process_sta_cmdresp()
1324 ret = mwifiex_ret_11n_addba_req(priv, resp); in mwifiex_process_sta_cmdresp()
1327 ret = mwifiex_ret_11n_delba(priv, resp); in mwifiex_process_sta_cmdresp()
1330 ret = mwifiex_ret_11n_addba_resp(priv, resp); in mwifiex_process_sta_cmdresp()
1333 if (0xffff == (u16)le16_to_cpu(resp->params.tx_buf.buff_size)) { in mwifiex_process_sta_cmdresp()
1344 adapter->tx_buf_size = (u16) le16_to_cpu(resp->params. in mwifiex_process_sta_cmdresp()
1355 le16_to_cpu(resp->params.tx_buf.mp_end_port)); in mwifiex_process_sta_cmdresp()
1360 ret = mwifiex_ret_wmm_get_status(priv, resp); in mwifiex_process_sta_cmdresp()
1363 ret = mwifiex_ret_ibss_coalescing_status(priv, resp); in mwifiex_process_sta_cmdresp()
1366 ret = mwifiex_ret_mem_access(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1374 ret = mwifiex_ret_reg_access(cmdresp_no, resp, data_buf); in mwifiex_process_sta_cmdresp()
1383 ret = mwifiex_ret_subsc_evt(priv, resp); in mwifiex_process_sta_cmdresp()
1388 ret = mwifiex_ret_uap_sta_list(priv, resp); in mwifiex_process_sta_cmdresp()
1410 ret = mwifiex_ret_tdls_oper(priv, resp); in mwifiex_process_sta_cmdresp()
1417 ret = mwifiex_ret_sdio_rx_aggr_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1420 ret = mwifiex_ret_wakeup_reason(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1425 ret = mwifiex_ret_robust_coex(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1430 ret = mwifiex_ret_chan_region_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1433 ret = mwifiex_ret_get_chan_info(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1438 resp->command); in mwifiex_process_sta_cmdresp()