Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddebug.c77 typedef struct MSG_QUEUE { struct
85 } MSG_QUEUE; typedef
97 static void queueInit(MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) { in queueInit()
105 static byte *queueAllocMsg(MSG_QUEUE *Q, word size) { in queueAllocMsg()
152 static void queueFreeMsg(MSG_QUEUE *Q) { in queueFreeMsg()
170 static byte *queuePeekMsg(MSG_QUEUE *Q, word *size) { in queuePeekMsg()
189 static MSG_QUEUE *dbg_queue;
237 dbg_queue = (MSG_QUEUE *)base; in diva_maint_init()
238 queueInit(dbg_queue, base + sizeof(MSG_QUEUE), length - sizeof(MSG_QUEUE) - 512); in diva_maint_init()