Home
last modified time | relevance | path

Searched refs:SCSIReqOps (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/scsi/
H A Dscsi.h17 typedef struct SCSIReqOps SCSIReqOps; typedef
26 const SCSIReqOps *ops;
114 struct SCSIReqOps { struct
207 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
245 extern const SCSIReqOps scsi_generic_req_ops;
/qemu/hw/scsi/
H A Dscsi-bus.c457 static const struct SCSIReqOps reqops_invalid_field = {
471 static const struct SCSIReqOps reqops_invalid_opcode = {
504 static const struct SCSIReqOps reqops_unit_attention = {
757 static const struct SCSIReqOps reqops_target_command = {
766 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d, in scsi_req_alloc()
802 const SCSIReqOps *ops; in scsi_req_new()
H A Dscsi-disk.c2621 static const SCSIReqOps scsi_disk_emulate_reqops = {
2632 static const SCSIReqOps scsi_disk_dma_reqops = {
2643 static const SCSIReqOps *const scsi_disk_reqops_dispatch[256] = {
2699 const SCSIReqOps *ops; in get_device_type()
3042 static const SCSIReqOps scsi_block_dma_reqops = { in scsi_block_new_request()
H A Dscsi-generic.c758 const SCSIReqOps scsi_generic_req_ops = {