Lines Matching defs:request_q
151 struct scsi_cmnd *request_q;
561 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) {
570 ms->request_q = next;
863 cmd->host_scribble = (void *) ms->request_q;
864 if (ms->request_q == NULL)
866 ms->request_q = cmd;
998 while ((cmd = ms->request_q) != NULL) {
999 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble;
1045 /* request_q is empty, no point in mesh_start() */
1636 if (ms->request_q == NULL)
1637 ms->request_q = cmd;