Searched refs:pending_cmd (Results 1 – 2 of 2) sorted by relevance
133 void *pending_cmd; member759 if (is_vmalloc_addr(user->pending_cmd)) in sbefifo_release_command()760 vfree(user->pending_cmd); in sbefifo_release_command()761 user->pending_cmd = NULL; in sbefifo_release_command()822 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter); in sbefifo_user_read()854 user->pending_cmd = user->cmd_page; in sbefifo_user_write()856 user->pending_cmd = vmalloc(len); in sbefifo_user_write()857 if (!user->pending_cmd) { in sbefifo_user_write()863 if (copy_from_user(user->pending_cmd, buf, len)) { in sbefifo_user_write()869 if (len == 4 && be32_to_cpu(*(__be32 *)user->pending_cmd) == in sbefifo_user_write()
244 struct gsm_control *pending_cmd;/* Our current pending command */ member1270 ctrl = gsm->pending_cmd; in gsm_control_response()1276 gsm->pending_cmd = NULL; in gsm_control_response()1321 ctrl = gsm->pending_cmd; in gsm_control_retransmit()1325 gsm->pending_cmd = NULL; in gsm_control_retransmit()1359 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send()1361 if (gsm->pending_cmd != NULL) { in gsm_control_send()1368 gsm->pending_cmd = ctrl; in gsm_control_send()