// storport.h
VOID StorPortInitializeListHead(
[in] PVOID HwDeviceExtension,
[out] PSTOR_LIST_ENTRY ListHead
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortInitializeListHead routine initializes a STOR_LIST_ENTRY structure that represents the head of a doubly linked list.
HwDeviceExtension [in]A pointer to the hardware device extension for the host bus adapter (HBA).
ListHead [out]Pointer to the STOR_LIST_ENTRY structure that represents the head of the list.
StorPortInterlockedInsertHeadList
StorPortInterlockedInsertTailList
StorPortInterlockedRemoveHeadList