Searched refs:xmitQel (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c102 * xmitQel initialization -- think through better though.
273 struct xmitQel { struct
274 struct xmitQel *next;
287 static struct xmitQel *xmQhd, *xmQtl;
289 static void enQ(struct xmitQel *qel)
307 static struct xmitQel *deQ(void)
311 struct xmitQel *qel=NULL;
334 static struct xmitQel qels[16];
504 struct xmitQel *q = NULL;

Completed in 95 milliseconds