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

/linux-master/drivers/usb/usbip/
H A Dstub.h28 * stub_priv preserves private data of each urb.
31 * stub_priv is always linked to any one of 3 lists;
51 struct stub_priv { struct
83 /* stub_priv is allocated from stub_priv_cache */
93 void stub_free_priv_and_urb(struct stub_priv *priv);
H A Dstub_main.c276 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead)
278 struct stub_priv *priv, *tmp;
288 void stub_free_priv_and_urb(struct stub_priv *priv)
324 static struct stub_priv *stub_priv_pop(struct stub_device *sdev)
327 struct stub_priv *priv;
349 struct stub_priv *priv;
368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);
H A Dstub_tx.c42 struct stub_priv *priv = (struct stub_priv *) urb->context;
119 struct stub_priv *priv = (struct stub_priv *) urb->context;
132 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev)
135 struct stub_priv *priv, *tmp;
153 struct stub_priv *priv, *tmp;
H A Dstub_rx.c132 struct stub_priv *priv = (struct stub_priv *) urb->context;
152 struct stub_priv *priv = (struct stub_priv *) urb->context;
209 struct stub_priv *priv;
296 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev,
299 struct stub_priv *priv;
307 dev_err(&sdev->udev->dev, "alloc stub_priv\n");
317 * After a stub_priv is linked to a list_head,
441 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *pri
[all...]

Completed in 184 milliseconds