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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c86 typedef struct MSG_HEAD { struct
87 volatile dword Size; /* size of data following MSG_HEAD */
89 } MSG_HEAD; typedef in typeref:struct:MSG_HEAD
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;
139 Msg = (MSG_HEAD *)Q->Tail;
154 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE;
174 MSG_HEAD *Msg = (MSG_HEAD *)
[all...]

Completed in 91 milliseconds