Lines Matching refs:resp

787 	struct host_cmd_ds_command *resp;  in mwifiex_process_cmdresp()  local
800 resp = (struct host_cmd_ds_command *) adapter->upld_buf; in mwifiex_process_cmdresp()
803 le16_to_cpu(resp->command)); in mwifiex_process_cmdresp()
809 resp = (struct host_cmd_ds_command *) adapter->curr_cmd->resp_skb->data; in mwifiex_process_cmdresp()
813 uint16_t size = le16_to_cpu(resp->size); in mwifiex_process_cmdresp()
820 memcpy(hostcmd->cmd, resp, size); in mwifiex_process_cmdresp()
823 orig_cmdresp_no = le16_to_cpu(resp->command); in mwifiex_process_cmdresp()
827 HostCmd_GET_BSS_NO(le16_to_cpu(resp->seq_num)), in mwifiex_process_cmdresp()
828 HostCmd_GET_BSS_TYPE(le16_to_cpu(resp->seq_num))); in mwifiex_process_cmdresp()
832 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
834 cmdresp_no = le16_to_cpu(resp->command); in mwifiex_process_cmdresp()
835 cmdresp_result = le16_to_cpu(resp->result); in mwifiex_process_cmdresp()
846 le16_to_cpu(resp->size), le16_to_cpu(resp->seq_num)); in mwifiex_process_cmdresp()
847 mwifiex_dbg_dump(adapter, CMD_D, "CMD_RESP buffer:", resp, in mwifiex_process_cmdresp()
848 le16_to_cpu(resp->size)); in mwifiex_process_cmdresp()
866 ret = mwifiex_ret_802_11_hs_cfg(priv, resp); in mwifiex_process_cmdresp()
869 ret = mwifiex_process_sta_cmdresp(priv, cmdresp_no, resp); in mwifiex_process_cmdresp()
1189 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_hs_cfg() argument
1193 &resp->params.opt_hs_cfg; in mwifiex_ret_802_11_hs_cfg()
1204 resp->result, conditions, in mwifiex_ret_802_11_hs_cfg()
1403 struct host_cmd_ds_command *resp, in mwifiex_ret_enh_power_mode() argument
1408 &resp->params.psmode_enh; in mwifiex_ret_enh_power_mode()
1416 __func__, resp->result, action); in mwifiex_ret_enh_power_mode()
1507 struct host_cmd_ds_command *resp) in mwifiex_ret_get_hw_spec() argument
1509 struct host_cmd_ds_get_hw_spec *hw_spec = &resp->params.hw_spec; in mwifiex_ret_get_hw_spec()
1573 resp_size = le16_to_cpu(resp->size) - S_DS_GEN; in mwifiex_ret_get_hw_spec()