Lines Matching refs:cmd_len
495 const __be32 *command, size_t cmd_len)
498 size_t len, chunk, vacant = 0, remaining = cmd_len;
504 cmd_len, be32_to_cpu(command[1]));
634 const __be32 *command, size_t cmd_len,
638 int rc = sbefifo_send_command(sbefifo, command, cmd_len);
688 const __be32 *command, size_t cmd_len,
697 if (cmd_len < 2 || be32_to_cpu(command[0]) != cmd_len) {
699 cmd_len, be32_to_cpu(command[0]));
712 rc = sbefifo_do_command(sbefifo, command, cmd_len, response);
731 * @cmd_len: The command size (in 32-bit words)
738 int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,
767 rc = __sbefifo_submit(sbefifo, command, cmd_len, &resp_iter);
820 size_t cmd_len;
840 cmd_len = user->pending_len >> 2;
853 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter);