Home
last modified time | relevance | path

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

/openbmc/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;
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c466 static const struct SCSIReqOps reqops_invalid_field = {
480 static const struct SCSIReqOps reqops_invalid_opcode = {
513 static const struct SCSIReqOps reqops_unit_attention = {
766 static const struct SCSIReqOps reqops_target_command = {
775 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d, in scsi_req_alloc()
811 const SCSIReqOps *ops; in scsi_req_new()
H A Dscsi-disk.c2659 static const SCSIReqOps scsi_disk_emulate_reqops = {
2670 static const SCSIReqOps scsi_disk_dma_reqops = {
2681 static const SCSIReqOps *const scsi_disk_reqops_dispatch[256] = {
2737 const SCSIReqOps *ops; in scsi_new_request()
3071 static const SCSIReqOps scsi_block_dma_reqops = {
H A Dscsi-generic.c758 const SCSIReqOps scsi_generic_req_ops = {