Home
last modified time | relevance | path

Searched refs:QueueType (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DNvmExpressPassthru.h112 UINT8 QueueType; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpressHci.c597 CommandPacket.QueueType = NVME_ADMIN_QUEUE; in NvmeIdentifyController()
649 CommandPacket.QueueType = NVME_ADMIN_QUEUE; in NvmeIdentifyNamespace()
703 CommandPacket.QueueType = NVME_ADMIN_QUEUE; in NvmeCreateIoCompletionQueue()
772 CommandPacket.QueueType = NVME_ADMIN_QUEUE; in NvmeCreateIoSubmissionQueue()
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()
1614 CommandPacket.QueueType = NVME_ADMIN_QUEUE; in TrustTransferNvmeDevice()
DNvmExpressPassthru.c396 if (Packet->QueueType != NVME_ADMIN_QUEUE && Packet->QueueType != NVME_IO_QUEUE) { in NvmExpressPassThru()
455 if (Packet->QueueType == NVME_ADMIN_QUEUE) { in NvmExpressPassThru()