Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dltpc.c99 * xmitQel initialization -- think through better though.
270 struct xmitQel { struct
271 struct xmitQel *next;
284 static struct xmitQel *xmQhd, *xmQtl;
286 static void enQ(struct xmitQel *qel) in enQ()
304 static struct xmitQel *deQ(void) in deQ()
308 struct xmitQel *qel=NULL; in deQ()
331 static struct xmitQel qels[16];
504 struct xmitQel *q = NULL; in idle()

Completed in 2 milliseconds