Lines Matching defs:request_q
151 struct scsi_cmnd *request_q;
570 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) {
579 ms->request_q = next;
869 cmd->host_scribble = (void *) ms->request_q;
870 if (ms->request_q == NULL)
872 ms->request_q = cmd;
1004 while ((cmd = ms->request_q) != NULL) {
1005 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble;
1051 /* request_q is empty, no point in mesh_start() */
1641 if (ms->request_q == NULL)
1642 ms->request_q = cmd;