Searched refs:request_q (Results 1 – 8 of 8) sorted by relevance
51 struct scsi_cmnd *request_q; member91 if (state->request_q == NULL) in mac53c94_queue_lck()92 state->request_q = cmd; in mac53c94_queue_lck()155 if (state->request_q == NULL) in mac53c94_start()157 state->current_req = cmd = state->request_q; in mac53c94_start()158 state->request_q = (struct scsi_cmnd *) cmd->host_scribble; in mac53c94_start()
151 struct scsi_cmnd *request_q; member570 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) { in mesh_start()579 ms->request_q = next; in mesh_start()869 cmd->host_scribble = (void *) ms->request_q; in reselected()870 if (ms->request_q == NULL) in reselected()872 ms->request_q = cmd; in reselected()1004 while ((cmd = ms->request_q) != NULL) { in handle_reset()1005 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset()1641 if (ms->request_q == NULL) in mesh_queue_lck()1642 ms->request_q = cmd; in mesh_queue_lck()
685 wait_queue_head_t request_q; /* if more than maxmpx to srvr must block*/ member821 wake_up(&server->request_q); in add_credits_and_wake_if()
561 rc = wait_event_killable_timeout(server->request_q, in wait_for_free_credits()599 server->request_q, in wait_for_free_credits()
115 wake_up(&server->request_q); in cifs_add_credits()
100 wake_up(&server->request_q); in smb2_add_credits()174 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()241 wake_up(&server->request_q); in smb2_adjust_credits()2373 wake_up(&server->request_q); in smb2_is_status_pending()
665 wake_up_all(&tcon->ses->server->request_q); in cifs_umount_begin()
899 wake_up_all(&server->request_q); in clean_demultiplex_info()1051 wake_up(&server->request_q); in smb2_add_credits_from_hdr()2554 init_waitqueue_head(&tcp_ses->request_q); in cifs_get_tcp_session()