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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/appletalk/
H A Dltpc.c99 * xmitQel initialization -- think through better though.
269 struct xmitQel { struct
270 struct xmitQel *next;
283 static struct xmitQel *xmQhd, *xmQtl;
285 static void enQ(struct xmitQel *qel)
303 static struct xmitQel *deQ(void)
307 struct xmitQel *qel=NULL;
330 static struct xmitQel qels[16];
500 struct xmitQel *q = NULL;

Completed in 32 milliseconds