Lines Matching refs:resp

45 			      struct host_cmd_ds_command *resp)  in mwifiex_process_cmdresp_error()  argument
53 resp->command, resp->result); in mwifiex_process_cmdresp_error()
58 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error()
60 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error()
63 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error()
122 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() argument
125 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
182 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() argument
185 struct host_cmd_ds_802_11_snmp_mib *smib = &resp->params.smib; in mwifiex_ret_802_11_snmp_mib()
228 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log() argument
232 &resp->params.get_log; in mwifiex_ret_get_log()
277 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_rate_cfg() argument
279 struct host_cmd_ds_tx_rate_cfg *rate_cfg = &resp->params.tx_rate_cfg; in mwifiex_ret_tx_rate_cfg()
287 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*rate_cfg); in mwifiex_ret_tx_rate_cfg()
391 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_power_cfg() argument
394 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
408 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
445 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_tx_power() argument
447 struct host_cmd_ds_rf_tx_pwr *txp = &resp->params.txp; in mwifiex_ret_rf_tx_power()
469 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_antenna() argument
471 struct host_cmd_ds_rf_ant_mimo *ant_mimo = &resp->params.ant_mimo; in mwifiex_ret_rf_antenna()
472 struct host_cmd_ds_rf_ant_siso *ant_siso = &resp->params.ant_siso; in mwifiex_ret_rf_antenna()
498 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_mac_address() argument
501 &resp->params.mac_addr; in mwifiex_ret_802_11_mac_address()
516 struct host_cmd_ds_command *resp) in mwifiex_ret_mac_multicast_adr() argument
531 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_tx_rate_query() argument
533 priv->tx_rate = resp->params.tx_rate.tx_rate; in mwifiex_ret_802_11_tx_rate_query()
534 priv->tx_htinfo = resp->params.tx_rate.ht_info; in mwifiex_ret_802_11_tx_rate_query()
551 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_deauthenticate() argument
556 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
558 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
570 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_ad_hoc_stop() argument
583 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v1() argument
586 &resp->params.key_material; in mwifiex_ret_802_11_key_material_v1()
612 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v2() argument
617 key_v2 = &resp->params.key_material_v2; in mwifiex_ret_802_11_key_material_v2()
642 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material() argument
645 return mwifiex_ret_802_11_key_material_v2(priv, resp); in mwifiex_ret_802_11_key_material()
647 return mwifiex_ret_802_11_key_material_v1(priv, resp); in mwifiex_ret_802_11_key_material()
654 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11d_domain_info() argument
657 &resp->params.domain_info_resp; in mwifiex_ret_802_11d_domain_info()
698 struct host_cmd_ds_command *resp, in mwifiex_ret_ver_ext() argument
701 struct host_cmd_ds_version_ext *ver_ext = &resp->params.verext; in mwifiex_ret_ver_ext()
717 struct host_cmd_ds_command *resp, in mwifiex_ret_remain_on_chan() argument
720 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan()
733 struct host_cmd_ds_command *resp, in mwifiex_ret_p2p_mode_cfg() argument
736 struct host_cmd_ds_p2p_mode_cfg *mode_cfg = &resp->params.mode_cfg; in mwifiex_ret_p2p_mode_cfg()
750 static int mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp, in mwifiex_ret_reg_access() argument
770 r.mac = &resp->params.mac_reg; in mwifiex_ret_reg_access()
775 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
781 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
786 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
791 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
796 r.eeprom = &resp->params.eeprom; in mwifiex_ret_reg_access()
825 struct host_cmd_ds_command *resp) in mwifiex_ret_ibss_coalescing_status() argument
828 &(resp->params.ibss_coalescing); in mwifiex_ret_ibss_coalescing_status()
862 struct host_cmd_ds_command *resp) in mwifiex_ret_tdls_oper() argument
864 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
925 struct host_cmd_ds_command *resp) in mwifiex_ret_subsc_evt() argument
928 &resp->params.subsc_evt; in mwifiex_ret_subsc_evt()
940 struct host_cmd_ds_command *resp) in mwifiex_ret_cfg_data() argument
942 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_ret_cfg_data()
952 struct host_cmd_ds_command *resp) in mwifiex_ret_sdio_rx_aggr_cfg() argument
956 &resp->params.sdio_rx_aggr_cfg; in mwifiex_ret_sdio_rx_aggr_cfg()
971 struct host_cmd_ds_command *resp) in mwifiex_process_sta_cmdresp() argument
978 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_process_sta_cmdresp()
979 mwifiex_process_cmdresp_error(priv, resp); in mwifiex_process_sta_cmdresp()
985 ret = mwifiex_ret_get_hw_spec(priv, resp); in mwifiex_process_sta_cmdresp()
988 ret = mwifiex_ret_cfg_data(priv, resp); in mwifiex_process_sta_cmdresp()
993 ret = mwifiex_ret_802_11_mac_address(priv, resp); in mwifiex_process_sta_cmdresp()
996 ret = mwifiex_ret_mac_multicast_adr(priv, resp); in mwifiex_process_sta_cmdresp()
999 ret = mwifiex_ret_tx_rate_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1002 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1006 ret = mwifiex_ret_802_11_scan_ext(priv, resp); in mwifiex_process_sta_cmdresp()
1010 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1015 ret = mwifiex_ret_tx_power_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1018 ret = mwifiex_ret_rf_tx_power(priv, resp); in mwifiex_process_sta_cmdresp()
1021 ret = mwifiex_ret_rf_antenna(priv, resp); in mwifiex_process_sta_cmdresp()
1024 ret = mwifiex_ret_enh_power_mode(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1027 ret = mwifiex_ret_802_11_hs_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1030 ret = mwifiex_ret_802_11_associate(priv, resp); in mwifiex_process_sta_cmdresp()
1033 ret = mwifiex_ret_802_11_deauthenticate(priv, resp); in mwifiex_process_sta_cmdresp()
1037 ret = mwifiex_ret_802_11_ad_hoc(priv, resp); in mwifiex_process_sta_cmdresp()
1040 ret = mwifiex_ret_802_11_ad_hoc_stop(priv, resp); in mwifiex_process_sta_cmdresp()
1043 ret = mwifiex_ret_get_log(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1046 ret = mwifiex_ret_802_11_rssi_info(priv, resp); in mwifiex_process_sta_cmdresp()
1049 ret = mwifiex_ret_802_11_snmp_mib(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1052 ret = mwifiex_ret_802_11_tx_rate_query(priv, resp); in mwifiex_process_sta_cmdresp()
1055 ret = mwifiex_ret_ver_ext(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1058 ret = mwifiex_ret_remain_on_chan(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1063 ret = mwifiex_ret_p2p_mode_cfg(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1070 ret = mwifiex_ret_802_11_key_material(priv, resp); in mwifiex_process_sta_cmdresp()
1073 ret = mwifiex_ret_802_11d_domain_info(priv, resp); in mwifiex_process_sta_cmdresp()
1076 ret = mwifiex_ret_11n_addba_req(priv, resp); in mwifiex_process_sta_cmdresp()
1079 ret = mwifiex_ret_11n_delba(priv, resp); in mwifiex_process_sta_cmdresp()
1082 ret = mwifiex_ret_11n_addba_resp(priv, resp); in mwifiex_process_sta_cmdresp()
1085 adapter->tx_buf_size = (u16) le16_to_cpu(resp->params. in mwifiex_process_sta_cmdresp()
1096 le16_to_cpu(resp->params.tx_buf.mp_end_port)); in mwifiex_process_sta_cmdresp()
1101 ret = mwifiex_ret_wmm_get_status(priv, resp); in mwifiex_process_sta_cmdresp()
1104 ret = mwifiex_ret_ibss_coalescing_status(priv, resp); in mwifiex_process_sta_cmdresp()
1112 ret = mwifiex_ret_reg_access(cmdresp_no, resp, data_buf); in mwifiex_process_sta_cmdresp()
1121 ret = mwifiex_ret_subsc_evt(priv, resp); in mwifiex_process_sta_cmdresp()
1141 ret = mwifiex_ret_tdls_oper(priv, resp); in mwifiex_process_sta_cmdresp()
1146 ret = mwifiex_ret_sdio_rx_aggr_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1150 resp->command); in mwifiex_process_sta_cmdresp()