Home
last modified time | relevance | path

Searched refs:scsi_alloc_request (Results 1 – 6 of 6) sorted by relevance

/linux/include/scsi/
H A Dscsi_cmnd.h397 struct request *scsi_alloc_request(struct request_queue *q, blk_opf_t opf,
/linux/drivers/scsi/
H A Dscsi_lib.c313 req = scsi_alloc_request(sdev->request_queue, opf, args->req_flags); in scsi_execute_cmd()
1271 struct request *scsi_alloc_request(struct request_queue *q, blk_opf_t opf, in scsi_alloc_request() function
1281 EXPORT_SYMBOL_GPL(scsi_alloc_request);
2188 rq = scsi_alloc_request(sdev->request_queue, op, flags); in scsi_get_internal_cmd()
H A Dsr.c938 rq = scsi_alloc_request(disk->queue, REQ_OP_DRV_IN, 0); in sr_read_cdda_bpc()
H A Dscsi_error.c2144 req = scsi_alloc_request(sdev->request_queue, REQ_OP_DRV_IN, 0); in scsi_eh_lock_door()
H A Dst.c562 req = scsi_alloc_request(SRpnt->stp->device->request_queue, in st_scsi_execute()
/linux/drivers/target/
H A Dtarget_core_pscsi.c942 req = scsi_alloc_request(pdv->pdv_sd->request_queue, in pscsi_execute_cmd()