Lines Matching defs:pending_cmd
138 void *pending_cmd;
784 if (is_vmalloc_addr(user->pending_cmd))
785 vfree(user->pending_cmd);
786 user->pending_cmd = NULL;
853 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter);
887 user->pending_cmd = user->cmd_page;
889 user->pending_cmd = vmalloc(len);
890 if (!user->pending_cmd) {
896 if (copy_from_user(user->pending_cmd, buf, len)) {
902 if (len == 4 && be32_to_cpu(*(__be32 *)user->pending_cmd) ==