• Home
  • Raw
  • Download

Lines Matching refs:resp

45 			      struct host_cmd_ds_command *resp)  in mwifiex_process_cmdresp_error()  argument
52 resp->command, resp->result); in mwifiex_process_cmdresp_error()
57 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error()
59 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error()
62 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error()
108 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() argument
111 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
168 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() argument
171 struct host_cmd_ds_802_11_snmp_mib *smib = &resp->params.smib; in mwifiex_ret_802_11_snmp_mib()
220 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log() argument
224 &resp->params.get_log; in mwifiex_ret_get_log()
269 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_rate_cfg() argument
271 struct host_cmd_ds_tx_rate_cfg *rate_cfg = &resp->params.tx_rate_cfg; in mwifiex_ret_tx_rate_cfg()
279 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*rate_cfg); in mwifiex_ret_tx_rate_cfg()
382 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_power_cfg() argument
385 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
399 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*txp_cfg); in mwifiex_ret_tx_power_cfg()
437 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_tx_power() argument
439 struct host_cmd_ds_rf_tx_pwr *txp = &resp->params.txp; in mwifiex_ret_rf_tx_power()
461 struct host_cmd_ds_command *resp) in mwifiex_ret_rf_antenna() argument
463 struct host_cmd_ds_rf_ant_mimo *ant_mimo = &resp->params.ant_mimo; in mwifiex_ret_rf_antenna()
464 struct host_cmd_ds_rf_ant_siso *ant_siso = &resp->params.ant_siso; in mwifiex_ret_rf_antenna()
494 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_mac_address() argument
497 &resp->params.mac_addr; in mwifiex_ret_802_11_mac_address()
512 struct host_cmd_ds_command *resp) in mwifiex_ret_mac_multicast_adr() argument
527 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_tx_rate_query() argument
529 priv->tx_rate = resp->params.tx_rate.tx_rate; in mwifiex_ret_802_11_tx_rate_query()
530 priv->tx_htinfo = resp->params.tx_rate.ht_info; in mwifiex_ret_802_11_tx_rate_query()
547 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_deauthenticate() argument
552 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
554 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
567 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_ad_hoc_stop() argument
580 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v1() argument
583 &resp->params.key_material; in mwifiex_ret_802_11_key_material_v1()
615 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material_v2() argument
620 key_v2 = &resp->params.key_material_v2; in mwifiex_ret_802_11_key_material_v2()
650 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_key_material() argument
653 return mwifiex_ret_802_11_key_material_v2(priv, resp); in mwifiex_ret_802_11_key_material()
655 return mwifiex_ret_802_11_key_material_v1(priv, resp); in mwifiex_ret_802_11_key_material()
662 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11d_domain_info() argument
665 &resp->params.domain_info_resp; in mwifiex_ret_802_11d_domain_info()
706 struct host_cmd_ds_command *resp, in mwifiex_ret_ver_ext() argument
709 struct host_cmd_ds_version_ext *ver_ext = &resp->params.verext; in mwifiex_ret_ver_ext()
725 struct host_cmd_ds_command *resp, in mwifiex_ret_remain_on_chan() argument
728 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan()
741 struct host_cmd_ds_command *resp, in mwifiex_ret_p2p_mode_cfg() argument
744 struct host_cmd_ds_p2p_mode_cfg *mode_cfg = &resp->params.mode_cfg; in mwifiex_ret_p2p_mode_cfg()
756 struct host_cmd_ds_command *resp, void *pioctl_buf) in mwifiex_ret_mem_access() argument
758 struct host_cmd_ds_mem_access *mem = (void *)&resp->params.mem; in mwifiex_ret_mem_access()
771 static int mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp, in mwifiex_ret_reg_access() argument
791 r.mac = &resp->params.mac_reg; in mwifiex_ret_reg_access()
796 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
802 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
807 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
812 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
817 r.eeprom = &resp->params.eeprom; in mwifiex_ret_reg_access()
845 struct host_cmd_ds_command *resp) in mwifiex_ret_ibss_coalescing_status() argument
848 &(resp->params.ibss_coalescing); in mwifiex_ret_ibss_coalescing_status()
882 struct host_cmd_ds_command *resp) in mwifiex_ret_tdls_oper() argument
884 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
945 struct host_cmd_ds_command *resp) in mwifiex_ret_subsc_evt() argument
948 &resp->params.subsc_evt; in mwifiex_ret_subsc_evt()
960 struct host_cmd_ds_command *resp) in mwifiex_ret_uap_sta_list() argument
963 &resp->params.sta_list; in mwifiex_ret_uap_sta_list()
982 struct host_cmd_ds_command *resp) in mwifiex_ret_cfg_data() argument
984 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_ret_cfg_data()
994 struct host_cmd_ds_command *resp) in mwifiex_ret_sdio_rx_aggr_cfg() argument
998 &resp->params.sdio_rx_aggr_cfg; in mwifiex_ret_sdio_rx_aggr_cfg()
1007 struct host_cmd_ds_command *resp, in mwifiex_ret_robust_coex() argument
1010 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex()
1115 struct host_cmd_ds_command *resp) in mwifiex_ret_chan_region_cfg() argument
1117 struct host_cmd_ds_chan_region_cfg *reg = &resp->params.reg_cfg; in mwifiex_ret_chan_region_cfg()
1128 tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*reg); in mwifiex_ret_chan_region_cfg()
1158 struct host_cmd_ds_command *resp) in mwifiex_ret_pkt_aggr_ctrl() argument
1161 &resp->params.pkt_aggr_ctrl; in mwifiex_ret_pkt_aggr_ctrl()
1179 struct host_cmd_ds_command *resp, in mwifiex_ret_get_chan_info() argument
1182 struct host_cmd_ds_sta_configure *sta_cfg_cmd = &resp->params.sta_cfg; in mwifiex_ret_get_chan_info()
1201 struct host_cmd_ds_command *resp) in mwifiex_process_sta_cmdresp() argument
1208 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_process_sta_cmdresp()
1209 mwifiex_process_cmdresp_error(priv, resp); in mwifiex_process_sta_cmdresp()
1215 ret = mwifiex_ret_get_hw_spec(priv, resp); in mwifiex_process_sta_cmdresp()
1218 ret = mwifiex_ret_cfg_data(priv, resp); in mwifiex_process_sta_cmdresp()
1223 ret = mwifiex_ret_802_11_mac_address(priv, resp); in mwifiex_process_sta_cmdresp()
1226 ret = mwifiex_ret_mac_multicast_adr(priv, resp); in mwifiex_process_sta_cmdresp()
1229 ret = mwifiex_ret_tx_rate_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1232 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1236 ret = mwifiex_ret_802_11_scan_ext(priv, resp); in mwifiex_process_sta_cmdresp()
1240 ret = mwifiex_ret_802_11_scan(priv, resp); in mwifiex_process_sta_cmdresp()
1248 ret = mwifiex_ret_tx_power_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1251 ret = mwifiex_ret_rf_tx_power(priv, resp); in mwifiex_process_sta_cmdresp()
1254 ret = mwifiex_ret_rf_antenna(priv, resp); in mwifiex_process_sta_cmdresp()
1257 ret = mwifiex_ret_enh_power_mode(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1260 ret = mwifiex_ret_802_11_hs_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1263 ret = mwifiex_ret_802_11_associate(priv, resp); in mwifiex_process_sta_cmdresp()
1266 ret = mwifiex_ret_802_11_deauthenticate(priv, resp); in mwifiex_process_sta_cmdresp()
1270 ret = mwifiex_ret_802_11_ad_hoc(priv, resp); in mwifiex_process_sta_cmdresp()
1273 ret = mwifiex_ret_802_11_ad_hoc_stop(priv, resp); in mwifiex_process_sta_cmdresp()
1276 ret = mwifiex_ret_get_log(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1279 ret = mwifiex_ret_802_11_rssi_info(priv, resp); in mwifiex_process_sta_cmdresp()
1282 ret = mwifiex_ret_802_11_snmp_mib(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1285 ret = mwifiex_ret_802_11_tx_rate_query(priv, resp); in mwifiex_process_sta_cmdresp()
1288 ret = mwifiex_ret_ver_ext(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1291 ret = mwifiex_ret_remain_on_chan(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1296 ret = mwifiex_ret_pkt_aggr_ctrl(priv, resp); in mwifiex_process_sta_cmdresp()
1299 ret = mwifiex_ret_p2p_mode_cfg(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1306 ret = mwifiex_ret_802_11_key_material(priv, resp); in mwifiex_process_sta_cmdresp()
1309 ret = mwifiex_ret_802_11d_domain_info(priv, resp); in mwifiex_process_sta_cmdresp()
1312 ret = mwifiex_ret_11n_addba_req(priv, resp); in mwifiex_process_sta_cmdresp()
1315 ret = mwifiex_ret_11n_delba(priv, resp); in mwifiex_process_sta_cmdresp()
1318 ret = mwifiex_ret_11n_addba_resp(priv, resp); in mwifiex_process_sta_cmdresp()
1321 if (0xffff == (u16)le16_to_cpu(resp->params.tx_buf.buff_size)) { in mwifiex_process_sta_cmdresp()
1332 adapter->tx_buf_size = (u16) le16_to_cpu(resp->params. in mwifiex_process_sta_cmdresp()
1343 le16_to_cpu(resp->params.tx_buf.mp_end_port)); in mwifiex_process_sta_cmdresp()
1348 ret = mwifiex_ret_wmm_get_status(priv, resp); in mwifiex_process_sta_cmdresp()
1351 ret = mwifiex_ret_ibss_coalescing_status(priv, resp); in mwifiex_process_sta_cmdresp()
1354 ret = mwifiex_ret_mem_access(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1362 ret = mwifiex_ret_reg_access(cmdresp_no, resp, data_buf); in mwifiex_process_sta_cmdresp()
1371 ret = mwifiex_ret_subsc_evt(priv, resp); in mwifiex_process_sta_cmdresp()
1376 ret = mwifiex_ret_uap_sta_list(priv, resp); in mwifiex_process_sta_cmdresp()
1396 ret = mwifiex_ret_tdls_oper(priv, resp); in mwifiex_process_sta_cmdresp()
1403 ret = mwifiex_ret_sdio_rx_aggr_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1406 ret = mwifiex_ret_wakeup_reason(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1411 ret = mwifiex_ret_robust_coex(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1416 ret = mwifiex_ret_chan_region_cfg(priv, resp); in mwifiex_process_sta_cmdresp()
1419 ret = mwifiex_ret_get_chan_info(priv, resp, data_buf); in mwifiex_process_sta_cmdresp()
1424 resp->command); in mwifiex_process_sta_cmdresp()