]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFY
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDisk.h
index 7a287d3bb3896a60af329a215f6a5c92614b6f48..2406df51b8df3af44faf4f96435bc3c9eb9329f8 100644 (file)
@@ -98,7 +98,13 @@ typedef struct {
 typedef struct {\r
   EFI_BLOCK_IO2_TOKEN                  *Token;\r
   //\r
-  // The queue for Scsi Read/Write requests of a BlockIo2\r
+  // The flag indicates if the last Scsi Read/Write sub-task for a BlockIo2\r
+  // request is sent to device\r
+  //\r
+  BOOLEAN                              LastScsiRW;\r
+\r
+  //\r
+  // The queue for Scsi Read/Write sub-tasks of a BlockIo2 request\r
   //\r
   LIST_ENTRY                           ScsiRWQueue;\r
 \r