Lines Matching defs:resp
808 struct host_cmd_ds_command *resp;
817 resp = (struct host_cmd_ds_command *) adapter->upld_buf;
820 le16_to_cpu(resp->command));
824 resp = (struct host_cmd_ds_command *)adapter->curr_cmd->resp_skb->data;
825 orig_cmdresp_no = le16_to_cpu(resp->command);
841 uint16_t size = le16_to_cpu(resp->size);
843 "info: host cmd resp size = %d\n", size);
848 memcpy(hostcmd->cmd, resp, size);
854 HostCmd_GET_BSS_NO(le16_to_cpu(resp->seq_num)),
855 HostCmd_GET_BSS_TYPE(le16_to_cpu(resp->seq_num)));
859 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK);
861 cmdresp_no = le16_to_cpu(resp->command);
862 cmdresp_result = le16_to_cpu(resp->result);
873 le16_to_cpu(resp->size), le16_to_cpu(resp->seq_num));
874 mwifiex_dbg_dump(adapter, CMD_D, "CMD_RESP buffer:", resp,
875 le16_to_cpu(resp->size));
878 mwifiex_dbg(adapter, ERROR, "CMD_RESP: invalid cmd resp\n");
893 ret = mwifiex_ret_802_11_hs_cfg(priv, resp);
896 ret = mwifiex_process_sta_cmdresp(priv, cmdresp_no, resp);
1174 struct host_cmd_ds_command *resp)
1178 &resp->params.opt_hs_cfg;
1189 resp->result, conditions,
1267 "%s: rcvd unexpected resp for cmd %#x, result = %x\n",
1388 struct host_cmd_ds_command *resp,
1393 &resp->params.psmode_enh;
1401 __func__, resp->result, action);
1492 struct host_cmd_ds_command *resp)
1494 struct host_cmd_ds_get_hw_spec *hw_spec = &resp->params.hw_spec;
1560 resp_size = le16_to_cpu(resp->size) - S_DS_GEN;
1676 struct host_cmd_ds_command *resp,
1680 resp->params.hs_wakeup_reason.wakeup_reason;