Home
last modified time | relevance | path

Searched refs:reqops (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/scsi/
H A Dscsi-bus.c766 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d, in scsi_req_alloc() argument
775 req = g_malloc(reqops->size); in scsi_req_alloc()
776 memset((uint8_t *)req + memset_off, 0, reqops->size - memset_off); in scsi_req_alloc()
785 req->ops = reqops; in scsi_req_alloc()
790 if (reqops->init_req) { in scsi_req_alloc()
791 reqops->init_req(req); in scsi_req_alloc()
/qemu/include/hw/scsi/
H A Dscsi.h207 SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,