Lines Matching refs:cmd_len
488 const __be32 *command, size_t cmd_len) in sbefifo_send_command() argument
491 size_t len, chunk, vacant = 0, remaining = cmd_len; in sbefifo_send_command()
497 cmd_len, be32_to_cpu(command[1])); in sbefifo_send_command()
625 const __be32 *command, size_t cmd_len, in sbefifo_do_command() argument
629 int rc = sbefifo_send_command(sbefifo, command, cmd_len); in sbefifo_do_command()
679 const __be32 *command, size_t cmd_len, in __sbefifo_submit() argument
688 if (cmd_len < 2 || be32_to_cpu(command[0]) != cmd_len) { in __sbefifo_submit()
690 cmd_len, be32_to_cpu(command[0])); in __sbefifo_submit()
703 rc = sbefifo_do_command(sbefifo, command, cmd_len, response); in __sbefifo_submit()
729 int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len, in sbefifo_submit() argument
758 rc = __sbefifo_submit(sbefifo, command, cmd_len, &resp_iter); in sbefifo_submit()
809 size_t cmd_len; in sbefifo_user_read() local
829 cmd_len = user->pending_len >> 2; in sbefifo_user_read()
840 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter); in sbefifo_user_read()