Searched refs:WM_SEND_QUEUE_END (Results 1 – 2 of 2) sorted by relevance
860 if (queue->tail != WM_SEND_QUEUE_END) in WMi_DebugPrintSendQueue()862 OS_Printf("%s", (queueData[queue->tail].next == WM_SEND_QUEUE_END) ? "valid" : "invalid"); in WMi_DebugPrintSendQueue()865 for (index = queue->head; index != WM_SEND_QUEUE_END; index = queueData[index].next) in WMi_DebugPrintSendQueue()
173 #define WM_SEND_QUEUE_END ((u16)0xffff) // Value that indicates tail macro