Searched defs:NamespaceId (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
H A DNvmExpressHci.c618 @param NamespaceId The specified namespace identifier.
628 IN UINT32 NamespaceId,
645 Command.Nsid = NamespaceId;
658 NamespaceId,
626 NvmeIdentifyNamespace( IN NVME_CONTROLLER_PRIVATE_DATA *Private, IN UINT32 NamespaceId, IN VOID *Buffer ) argument
H A DNvmExpressPassthru.c326 @param[in] NamespaceId A 32 bit namespace ID as defined in the NVMe specification to which the NVM Express Command
343 @retval EFI_INVALID_PARAMETER NamespaceId or the contents of EFI_NVM_EXPRESS_PASS_THRU_COMMAND_PACKET are invalid. The NVM
355 IN UINT32 NamespaceId,
410 if (Packet->NvmeCmd->Nsid != NamespaceId) {
644 If on input the value pointed to by NamespaceId is 0xFFFFFFFF, then the first valid namespace
645 ID defined on the NVM Express controller is returned in the location pointed to by NamespaceId
648 If on input the value pointed to by NamespaceId is an invalid namespace ID other than 0xFFFFFFFF,
651 If on input the value pointed to by NamespaceId is a valid namespace ID, then the next valid
652 namespace ID on the NVM Express controller is returned in the location pointed to by NamespaceId,
655 If the value pointed to by NamespaceId i
353 NvmExpressPassThru( IN EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL *This, IN UINT32 NamespaceId, IN OUT EFI_NVM_EXPRESS_PASS_THRU_COMMAND_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
834 NvmExpressBuildDevicePath( IN EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL *This, IN UINT32 NamespaceId, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
[all...]
H A DNvmExpress.c52 @param[in] NamespaceId The NVM Express namespace ID for which a device path node is to be
53 allocated and built. Caller must set the NamespaceId to zero if the
63 UINT32 NamespaceId
96 NamespaceId,
121 Device->NamespaceId = NamespaceId;
173 Device->NamespaceId,
258 DEBUG ((EFI_D_INFO, " == NVME IDENTIFY NAMESPACE [%d] DATA ==\n", NamespaceId));
320 UINT32 NamespaceId; local
323 NamespaceId
682 UINT32 NamespaceId; local
[all...]
H A DNvmExpress.h166 UINT32 NamespaceId; member in struct:_NVME_DEVICE_PRIVATE_DATA
466 @param[in] NamespaceId Is a 32 bit Namespace ID to which the Express HCI command packet will be sent.
470 by NamespaceId.
494 IN UINT32 NamespaceId,
505 If on input the value pointed to by NamespaceId is 0xFFFFFFFF, then the first valid namespace
506 ID defined on the NVM Express controller is returned in the location pointed to by NamespaceId
509 If on input the value pointed to by NamespaceId is an invalid namespace ID other than 0xFFFFFFFF,
512 If on input the value pointed to by NamespaceId is a valid namespace ID, then the next valid
513 namespace ID on the NVM Express controller is returned in the location pointed to by NamespaceId,
516 If the value pointed to by NamespaceId i
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h816 UINT32 NamespaceId; member in struct:__anon7869

Completed in 119 milliseconds