OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVME_CQ
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.h
119
NVME_CQ
*CqBuffer[NVME_MAX_QUEUES];
121
NVME_CQ
*CqBufferPciAddr[NVME_MAX_QUEUES];
NvmExpressHci.c
876
Private->CqBuffer[0] = (
NVME_CQ
*)(UINTN)(Private->Buffer + 1 * EFI_PAGE_SIZE);
877
Private->CqBufferPciAddr[0] = (
NVME_CQ
*)(UINTN)(Private->BufferPciAddr + 1 * EFI_PAGE_SIZE);
880
Private->CqBuffer[1] = (
NVME_CQ
*)(UINTN)(Private->Buffer + 3 * EFI_PAGE_SIZE);
881
Private->CqBufferPciAddr[1] = (
NVME_CQ
*)(UINTN)(Private->BufferPciAddr + 3 * EFI_PAGE_SIZE);
NvmExpressPassthru.c
22
@param[in] Cq A pointer to the
NVME_CQ
item.
27
IN
NVME_CQ
*Cq
364
NVME_CQ
*Cq;
NvmExpressHci.h
719
}
NVME_CQ
;
Completed in 66 milliseconds