Home
last modified time | relevance | path

Searched refs:NVME_IO_QUEUE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalNvmeMode.c919 if (Packet->QueueId != NVME_ADMIN_QUEUE && Packet->QueueId != NVME_IO_QUEUE) { in NvmePassThru()
1253 CommandPacket.TransferBuffer = (UINT64)(UINTN)Nvme->CqBuffer[NVME_IO_QUEUE]; in NvmeCreateIoCompletionQueue()
1258 CrIoCq.Qid = NVME_IO_QUEUE; in NvmeCreateIoCompletionQueue()
1308 CommandPacket.TransferBuffer = (UINT64)(UINTN)Nvme->SqBuffer[NVME_IO_QUEUE]; in NvmeCreateIoSubmissionQueue()
1313 CrIoSq.Qid = NVME_IO_QUEUE; in NvmeCreateIoSubmissionQueue()
1316 CrIoSq.Cqid = NVME_IO_QUEUE; in NvmeCreateIoSubmissionQueue()
1460 CommandPacket.TransferBuffer = (UINT64)(UINTN)Nvme->CqBuffer[NVME_IO_QUEUE]; in NvmeDestroyIoCompletionQueue()
1465 DelIoCq.Qid = NVME_IO_QUEUE; in NvmeDestroyIoCompletionQueue()
1513 CommandPacket.TransferBuffer = (UINT64)(UINTN)Nvme->SqBuffer[NVME_IO_QUEUE]; in NvmeDestroyIoSubmissionQueue()
1518 DelIoSq.Qid = NVME_IO_QUEUE; in NvmeDestroyIoSubmissionQueue()
[all …]
DOpalNvmeMode.h26 #define NVME_IO_QUEUE 0x01 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DNvmExpressPassthru.h83 #define NVME_IO_QUEUE 0x01 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpressBlockIo.c63 CommandPacket.QueueType = NVME_IO_QUEUE; in ReadSectors()
126 CommandPacket.QueueType = NVME_IO_QUEUE; in WriteSectors()
338 CommandPacket.QueueType = NVME_IO_QUEUE; in NvmeFlush()
510 CommandPacket->QueueType = NVME_IO_QUEUE; in AsyncReadSectors()
649 CommandPacket->QueueType = NVME_IO_QUEUE; in AsyncWriteSectors()
DNvmExpressPassthru.c396 if (Packet->QueueType != NVME_ADMIN_QUEUE && Packet->QueueType != NVME_IO_QUEUE) { in NvmExpressPassThru()