Home
last modified time | relevance | path

Searched refs:Cdw0 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalNvmeMode.c947 Sq->Opc = Packet->NvmeCmd->Cdw0.Opcode; in NvmePassThru()
948 Sq->Fuse = Packet->NvmeCmd->Cdw0.FusedOperation; in NvmePassThru()
949 Sq->Cid = Packet->NvmeCmd->Cdw0.Cid; in NvmePassThru()
1086 Command.Cdw0.Opcode = NVME_ADMIN_IDENTIFY_OPC; in NvmeIdentifyController()
1087 Command.Cdw0.Cid = Nvme->Cid[NVME_ADMIN_QUEUE]++; in NvmeIdentifyController()
1150 Command.Cdw0.Opcode = NVME_ADMIN_IDENTIFY_OPC; in NvmeIdentifyNamespace()
1151 Command.Cdw0.Cid = Nvme->Cid[NVME_ADMIN_QUEUE]++; in NvmeIdentifyNamespace()
1251 Command.Cdw0.Opcode = NVME_ADMIN_CRIOCQ_OPC; in NvmeCreateIoCompletionQueue()
1252 Command.Cdw0.Cid = Nvme->Cid[NVME_ADMIN_QUEUE]++; in NvmeCreateIoCompletionQueue()
1306 Command.Cdw0.Opcode = NVME_ADMIN_CRIOSQ_OPC; in NvmeCreateIoSubmissionQueue()
[all …]
DOpalNvmeMode.h38 NVME_CDW0 Cdw0; member
56 UINT32 Cdw0; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DNvmExpressPassthru.h86 NVME_CDW0 Cdw0; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpressBlockIo.c57 CommandPacket.NvmeCmd->Cdw0.Opcode = NVME_IO_READ_OPC; in ReadSectors()
120 CommandPacket.NvmeCmd->Cdw0.Opcode = NVME_IO_WRITE_OPC; in WriteSectors()
335 CommandPacket.NvmeCmd->Cdw0.Opcode = NVME_IO_FLUSH_OPC; in NvmeFlush()
504 CommandPacket->NvmeCmd->Cdw0.Opcode = NVME_IO_READ_OPC; in AsyncReadSectors()
643 CommandPacket->NvmeCmd->Cdw0.Opcode = NVME_IO_WRITE_OPC; in AsyncWriteSectors()
1598 Command.Cdw0.Opcode = NVME_ADMIN_SECURITY_SEND_CMD; in TrustTransferNvmeDevice()
1604 Command.Cdw0.Opcode = NVME_ADMIN_SECURITY_RECEIVE_CMD; in TrustTransferNvmeDevice()
DNvmExpressHci.c585 Command.Cdw0.Opcode = NVME_ADMIN_IDENTIFY_CMD; in NvmeIdentifyController()
644 Command.Cdw0.Opcode = NVME_ADMIN_IDENTIFY_CMD; in NvmeIdentifyNamespace()
699 Command.Cdw0.Opcode = NVME_ADMIN_CRIOCQ_CMD; in NvmeCreateIoCompletionQueue()
768 Command.Cdw0.Opcode = NVME_ADMIN_CRIOSQ_CMD; in NvmeCreateIoSubmissionQueue()
DNvmExpressPassthru.c480 Sq->Opc = (UINT8)Packet->NvmeCmd->Cdw0.Opcode; in NvmExpressPassThru()
481 Sq->Fuse = (UINT8)Packet->NvmeCmd->Cdw0.FusedOperation; in NvmExpressPassThru()