Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddebug.c86 typedef struct MSG_HEAD { struct
89 } MSG_HEAD; typedef
91 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)
94 ((sizeof(MSG_HEAD) + size + sizeof(dword) - 1) & ~(sizeof(dword) - 1))
113 MSG_HEAD *Msg; in queueAllocMsg()
139 Msg = (MSG_HEAD *)Q->Tail; in queueAllocMsg()
154 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()
174 MSG_HEAD *Msg = (MSG_HEAD *)Q->Head; in queuePeekMsg()