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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c289 static void enQ(struct xmitQel *qel) argument
292 qel->next = NULL;
296 xmQtl->next = qel;
298 xmQhd = qel;
300 xmQtl = qel;
304 printk("enqueued a 0x%02x command\n",qel->cbuf[0]);
311 struct xmitQel *qel=NULL; local
315 qel = xmQhd;
316 xmQhd = qel->next;
321 if ((debug & DEBUG_LOWER) && qel) {
[all...]

Completed in 185 milliseconds