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;
109 struct SCSIReqOps { struct
205 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
243 extern const SCSIReqOps scsi_generic_req_ops;
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c395 static const struct SCSIReqOps reqops_invalid_field = {
409 static const struct SCSIReqOps reqops_invalid_opcode = {
442 static const struct SCSIReqOps reqops_unit_attention = {
695 static const struct SCSIReqOps reqops_target_command = {
704 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d, in scsi_req_alloc()
740 const SCSIReqOps *ops; in scsi_req_new()
H A Dscsi-disk.c2608 static const SCSIReqOps scsi_disk_emulate_reqops = {
2617 static const SCSIReqOps scsi_disk_dma_reqops = {
2628 static const SCSIReqOps *const scsi_disk_reqops_dispatch[256] = {
2691 const SCSIReqOps *ops; in scsi_new_request()
3045 static const SCSIReqOps scsi_block_dma_reqops = {
H A Dscsi-generic.c773 const SCSIReqOps scsi_generic_req_ops = {