Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/appletalk/
Dltpc.c268 struct xmitQel { struct
269 struct xmitQel *next; argument
282 static struct xmitQel *xmQhd, *xmQtl; argument
284 static void enQ(struct xmitQel *qel) in enQ()
302 static struct xmitQel *deQ(void) in deQ()
306 struct xmitQel *qel=NULL; in deQ()
329 static struct xmitQel qels[16];
502 struct xmitQel *q = NULL; in idle()