Searched refs:scsi_req_alloc (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/hw/scsi/ |
| H A D | scsi.h | 207 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
|
| /openbmc/qemu/hw/scsi/ |
| H A D | scsi-bus.c | 821 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d, in scsi_req_alloc() function 898 req = scsi_req_alloc(&reqops_invalid_opcode, d, tag, lun, hba_private); in scsi_req_new() 909 req = scsi_req_alloc(&reqops_invalid_field, d, tag, lun, hba_private); in scsi_req_new() 911 req = scsi_req_alloc(ops, d, tag, lun, hba_private); in scsi_req_new()
|
| H A D | scsi-generic.c | 772 return scsi_req_alloc(&scsi_generic_req_ops, d, tag, lun, hba_private); in scsi_new_request()
|
| H A D | scsi-disk.c | 2730 req = scsi_req_alloc(ops, &s->qdev, tag, lun, hba_private); in scsi_new_request() 3070 return scsi_req_alloc(&scsi_generic_req_ops, &s->qdev, tag, lun, in scsi_block_new_request() 3073 return scsi_req_alloc(&scsi_block_dma_reqops, &s->qdev, tag, lun, in scsi_block_new_request()
|
| H A D | trace-events | 4 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
|