Home
last modified time | relevance | path

Searched refs:Nsid (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalNvmeMode.c940 if (Packet->NvmeCmd->Nsid != NamespaceId) { in NvmePassThru()
942 Packet->NvmeCmd->Nsid, NamespaceId)); in NvmePassThru()
950 Sq->Nsid = Packet->NvmeCmd->Nsid; in NvmePassThru()
1092 Command.Nsid = 0; in NvmeIdentifyController()
1152 Command.Nsid = NamespaceId; in NvmeIdentifyNamespace()
1807 Status = NvmeIdentifyNamespace (Nvme, Nvme->Nsid, Nvme->NamespaceData); in NvmeControllerInit()
1925 CommandPacket.NvmeCmd->Nsid = Nvme->Nsid; in NvmeReadSectors()
1940 Nvme->Nsid, in NvmeReadSectors()
1987 CommandPacket.NvmeCmd->Nsid = Nvme->Nsid; in NvmeWriteSectors()
2005 Nvme->Nsid, in NvmeWriteSectors()
[all …]
DOpalNvmeMode.h46 UINT32 Nsid; member
96 UINT32 Nsid; member
DOpalNvmeReg.h741 UINT32 Nsid; // Namespace Identifier member
DOpalPasswordSmm.c427 mNvmeContext.Nsid = OpalDev->NvmeNamespaceId; in SmmUnlockOpalPassword()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DNvmExpressPassthru.h88 UINT32 Nsid; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpressBlockIo.c58 CommandPacket.NvmeCmd->Nsid = Device->NamespaceId; in ReadSectors()
121 CommandPacket.NvmeCmd->Nsid = Device->NamespaceId; in WriteSectors()
336 CommandPacket.NvmeCmd->Nsid = Device->NamespaceId; in NvmeFlush()
505 CommandPacket->NvmeCmd->Nsid = Device->NamespaceId; in AsyncReadSectors()
644 CommandPacket->NvmeCmd->Nsid = Device->NamespaceId; in AsyncWriteSectors()
1612 CommandPacket.NvmeCmd->Nsid = NVME_CONTROLLER_ID; in TrustTransferNvmeDevice()
DNvmExpressPassthru.c475 if (Packet->NvmeCmd->Nsid != NamespaceId) { in NvmExpressPassThru()
483 Sq->Nsid = Packet->NvmeCmd->Nsid; in NvmExpressPassThru()
DNvmExpressHci.c590 Command.Nsid = 0; in NvmeIdentifyController()
645 Command.Nsid = NamespaceId; in NvmeIdentifyNamespace()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DNvme.h673 UINT32 Nsid; // Namespace Identifier member