Searched refs:pending_cmd (Results 1 – 2 of 2) sorted by relevance
137 void *pending_cmd; member782 if (is_vmalloc_addr(user->pending_cmd)) in sbefifo_release_command()783 vfree(user->pending_cmd); in sbefifo_release_command()784 user->pending_cmd = NULL; in sbefifo_release_command()849 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter); in sbefifo_user_read()882 user->pending_cmd = user->cmd_page; in sbefifo_user_write()884 user->pending_cmd = vmalloc(len); in sbefifo_user_write()885 if (!user->pending_cmd) { in sbefifo_user_write()891 if (copy_from_user(user->pending_cmd, buf, len)) { in sbefifo_user_write()897 if (len == 4 && be32_to_cpu(*(__be32 *)user->pending_cmd) == in sbefifo_user_write()
278 struct gsm_control *pending_cmd;/* Our current pending command */ member1635 ctrl = gsm->pending_cmd; in gsm_control_response()1641 gsm->pending_cmd = NULL; in gsm_control_response()1681 ctrl = gsm->pending_cmd; in gsm_control_retransmit()1684 gsm->pending_cmd = NULL; in gsm_control_retransmit()1719 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send()1721 if (gsm->pending_cmd != NULL) { in gsm_control_send()1728 gsm->pending_cmd = ctrl; in gsm_control_send()