Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/appletalk/
Dltpc.c270 struct xmitQel { struct
271 struct xmitQel *next; argument
284 static struct xmitQel *xmQhd, *xmQtl; argument
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()