Searched refs:request_q (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Dmac53c94.c50 struct scsi_cmnd *request_q; member in struct:fsc_state
90 if (state->request_q == NULL)
91 state->request_q = cmd;
154 if (state->request_q == NULL)
156 state->current_req = cmd = state->request_q;
157 state->request_q = (struct scsi_cmnd *) cmd->host_scribble;
H A Dmesh.c150 struct scsi_cmnd *request_q; member in struct:mesh_state
569 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) {
578 ms->request_q = next;
868 cmd->host_scribble = (void *) ms->request_q;
869 if (ms->request_q == NULL)
871 ms->request_q = cmd;
1003 while ((cmd = ms->request_q) != NULL) {
1004 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble;
1048 /* request_q is empty, no point in mesh_start() */
1637 if (ms->request_q
[all...]
/drivers/scsi/bfa/
H A Dbfad_bsg.c3138 struct request_queue *request_q = job->req->q; local
3146 blk_queue_max_segments(request_q, 256);

Completed in 71 milliseconds