Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddebug.c88 #define MSG_INCOMPLETE 0x8000 /* ored to Size until queueCompleteMsg */ macro
91 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)
141 Msg->Size = size | MSG_INCOMPLETE; in queueAllocMsg()
154 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()
177 (Msg->Size & MSG_INCOMPLETE)) { in queuePeekMsg()