Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpress.c631 for (Link = GetFirstNode (&Private->AsyncPassThruQueue); in ProcessAsyncTaskList()
632 !IsNull (&Private->AsyncPassThruQueue, Link); in ProcessAsyncTaskList()
634 NextLink = GetNextNode (&Private->AsyncPassThruQueue, Link); in ProcessAsyncTaskList()
989 InitializeListHead (&Private->AsyncPassThruQueue); in NvmExpressDriverBindingStart()
1176 IsEmpty = IsListEmpty (&Private->AsyncPassThruQueue) && in NvmExpressDriverBindingStop()
DNvmExpress.h163 LIST_ENTRY AsyncPassThruQueue; member
DNvmExpressPassthru.c632 InsertTailList (&Private->AsyncPassThruQueue, &AsyncRequest->Link); in NvmExpressPassThru()
DNvmExpressBlockIo.c1223 IsEmpty = IsListEmpty (&Private->AsyncPassThruQueue) && in NvmeBlockIoResetEx()