Searched defs:SCSIRequest (Results 1 – 2 of 2) sorted by relevance
16 typedef struct SCSIRequest SCSIRequest; typedef23 struct SCSIRequest { struct24 SCSIBus *bus;25 SCSIDevice *dev;26 const SCSIReqOps *ops;27 AioContext *ctx;28 uint32_t refcount;29 uint32_t tag;30 uint32_t lun;54 QTAILQ_ENTRY(SCSIRequest) next; argument
94 void (*fn)(SCSIRequest *, void *), in scsi_device_for_each_req_sync() argument190 void (*fn)(SCSIRequest *, void *), in scsi_device_for_each_req_async() argument