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

/drivers/net/appletalk/
H A Dltpc.c284 static void enQ(struct xmitQel *qel) argument
287 qel->next = NULL;
291 xmQtl->next = qel;
293 xmQhd = qel;
295 xmQtl = qel;
299 printk("enqueued a 0x%02x command\n",qel->cbuf[0]);
306 struct xmitQel *qel=NULL; local
310 qel = xmQhd;
311 xmQhd = qel->next;
316 if ((debug & DEBUG_LOWER) && qel) {
[all...]

Completed in 10 milliseconds