Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddebug.c87 typedef struct MSG_HEAD { struct
90 } MSG_HEAD; typedef
92 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)
95 ((sizeof(MSG_HEAD) + size + sizeof(dword) - 1) & ~(sizeof(dword) - 1))
114 MSG_HEAD *Msg; in queueAllocMsg()
140 Msg = (MSG_HEAD *)Q->Tail; in queueAllocMsg()
155 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()
175 MSG_HEAD *Msg = (MSG_HEAD *)Q->Head; in queuePeekMsg()