Lines Matching refs:resp
47 struct cmd_header *resp) in lbtf_cmd_copyback() argument
52 copy_len = min(le16_to_cpu(buf->size), le16_to_cpu(resp->size)); in lbtf_cmd_copyback()
53 memcpy(buf, resp, copy_len); in lbtf_cmd_copyback()
719 struct cmd_header *resp; in lbtf_process_rx_command() local
735 resp = (void *)priv->cmd_resp_buff; in lbtf_process_rx_command()
737 respcmd = le16_to_cpu(resp->command); in lbtf_process_rx_command()
738 result = le16_to_cpu(resp->result); in lbtf_process_rx_command()
742 respcmd, le16_to_cpu(resp->seqnum), in lbtf_process_rx_command()
743 le16_to_cpu(resp->size)); in lbtf_process_rx_command()
745 if (resp->seqnum != priv->cur_cmd->cmdbuf->seqnum) { in lbtf_process_rx_command()
756 if (resp->result == cpu_to_le16(0x0004)) { in lbtf_process_rx_command()
793 resp); in lbtf_process_rx_command()