Home
last modified time | relevance | path

Searched refs:scsi_generic_req_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/scsi/
H A Dscsi.h243 extern const SCSIReqOps scsi_generic_req_ops;
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c773 const SCSIReqOps scsi_generic_req_ops = { variable
787 return scsi_req_alloc(&scsi_generic_req_ops, d, tag, lun, hba_private); in scsi_new_request()
H A Dscsi-disk.c3063 return scsi_req_alloc(&scsi_generic_req_ops, &s->qdev, tag, lun, in scsi_block_new_request()