Home
last modified time | relevance | path

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

/drivers/scsi/
Dmac53c94.c50 struct scsi_cmnd *request_q; member
90 if (state->request_q == NULL) in mac53c94_queue_lck()
91 state->request_q = cmd; in mac53c94_queue_lck()
154 if (state->request_q == NULL) in mac53c94_start()
156 state->current_req = cmd = state->request_q; in mac53c94_start()
157 state->request_q = (struct scsi_cmnd *) cmd->host_scribble; in mac53c94_start()
Dmesh.c150 struct scsi_cmnd *request_q; member
569 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) { in mesh_start()
578 ms->request_q = next; in mesh_start()
868 cmd->host_scribble = (void *) ms->request_q; in reselected()
869 if (ms->request_q == NULL) in reselected()
871 ms->request_q = cmd; in reselected()
1003 while ((cmd = ms->request_q) != NULL) { in handle_reset()
1004 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset()
1637 if (ms->request_q == NULL) in mesh_queue_lck()
1638 ms->request_q = cmd; in mesh_queue_lck()
/drivers/scsi/bfa/
Dbfad_bsg.c3061 struct request_queue *request_q = job->req->q; in bfad_im_bsg_vendor_request() local
3069 blk_queue_max_segments(request_q, 256); in bfad_im_bsg_vendor_request()