Home
last modified time | relevance | path

Searched refs:scsi_req_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/scsi/
H A Dscsi.h207 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c821 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 Dscsi-generic.c772 return scsi_req_alloc(&scsi_generic_req_ops, d, tag, lun, hba_private); in scsi_new_request()
H A Dscsi-disk.c2730 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 Dtrace-events4 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"