Searched defs:HdfVNodeAdapterClient (Results 1 – 1 of 1) sorted by relevance
33 struct HdfVNodeAdapterClient { struct36 wait_queue_head_t pollWait;37 struct HdfIoService *serv;38 struct OsalMutex mutex;39 struct DListHead eventQueue;40 struct DListHead listNode;41 int32_t eventQueueSize;42 int32_t wakeup;43 uint32_t status;45 volatile uint32_t readCursor;[all …]