Lines Matching refs:pending_cmd
133 void *pending_cmd;
761 if (is_vmalloc_addr(user->pending_cmd))
762 vfree(user->pending_cmd);
763 user->pending_cmd = NULL;
824 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter);
856 user->pending_cmd = user->cmd_page;
858 user->pending_cmd = vmalloc(len);
859 if (!user->pending_cmd) {
865 if (copy_from_user(user->pending_cmd, buf, len)) {
871 if (len == 4 && be32_to_cpu(*(__be32 *)user->pending_cmd) ==