Searched refs:request_q (Results 1 – 2 of 2) sorted by relevance
51 struct scsi_cmnd *request_q; member89 if (state->request_q == NULL) in mac53c94_queue_lck()90 state->request_q = cmd; in mac53c94_queue_lck()152 if (state->request_q == NULL) in mac53c94_start()154 state->current_req = cmd = state->request_q; in mac53c94_start()155 state->request_q = (struct scsi_cmnd *) cmd->host_scribble; in mac53c94_start()
151 struct scsi_cmnd *request_q; member561 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) { in mesh_start()570 ms->request_q = next; in mesh_start()863 cmd->host_scribble = (void *) ms->request_q; in reselected()864 if (ms->request_q == NULL) in reselected()866 ms->request_q = cmd; in reselected()998 while ((cmd = ms->request_q) != NULL) { in handle_reset()999 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset()1636 if (ms->request_q == NULL) in mesh_queue_lck()1637 ms->request_q = cmd; in mesh_queue_lck()
Completed in 7 milliseconds