Lines Matching defs:resp
810 struct host_cmd_ds_command *resp;
819 resp = (struct host_cmd_ds_command *) adapter->upld_buf;
822 le16_to_cpu(resp->command));
826 resp = (struct host_cmd_ds_command *)adapter->curr_cmd->resp_skb->data;
827 orig_cmdresp_no = le16_to_cpu(resp->command);
843 uint16_t size = le16_to_cpu(resp->size);
845 "info: host cmd resp size = %d\n", size);
850 memcpy(hostcmd->cmd, resp, size);
856 HostCmd_GET_BSS_NO(le16_to_cpu(resp->seq_num)),
857 HostCmd_GET_BSS_TYPE(le16_to_cpu(resp->seq_num)));
861 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK);
863 cmdresp_no = le16_to_cpu(resp->command);
864 cmdresp_result = le16_to_cpu(resp->result);
875 le16_to_cpu(resp->size), le16_to_cpu(resp->seq_num));
876 mwifiex_dbg_dump(adapter, CMD_D, "CMD_RESP buffer:", resp,
877 le16_to_cpu(resp->size));
880 mwifiex_dbg(adapter, ERROR, "CMD_RESP: invalid cmd resp\n");
895 ret = mwifiex_ret_802_11_hs_cfg(priv, resp);
898 ret = mwifiex_process_sta_cmdresp(priv, cmdresp_no, resp);
1176 struct host_cmd_ds_command *resp)
1180 &resp->params.opt_hs_cfg;
1191 resp->result, conditions,
1276 "%s: rcvd unexpected resp for cmd %#x, result = %x\n",
1397 struct host_cmd_ds_command *resp,
1402 &resp->params.psmode_enh;
1410 __func__, resp->result, action);
1501 struct host_cmd_ds_command *resp)
1503 struct host_cmd_ds_get_hw_spec *hw_spec = &resp->params.hw_spec;
1569 resp_size = le16_to_cpu(resp->size) - S_DS_GEN;
1690 struct host_cmd_ds_command *resp,
1694 resp->params.hs_wakeup_reason.wakeup_reason;