Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dstub.h44 struct list_head unlink_tx; member
H A Dstub_tx.c28 list_add_tail(&unlink->list, &sdev->unlink_tx); in stub_enqueue_ret_unlink()
350 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_tx, list) { in dequeue_from_unlink_tx()
448 !list_empty(&sdev->unlink_tx) || in stub_tx_loop()
H A Dvhci_tx.c176 list_for_each_entry_safe(unlink, tmp, &vdev->unlink_tx, list) { in dequeue_from_unlink_tx()
249 !list_empty(&vdev->unlink_tx) || in vhci_tx_loop()
H A Dvhci.h44 struct list_head unlink_tx; member
H A Dstub_dev.c199 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_tx, list) { in stub_shutdown_connection()
289 INIT_LIST_HEAD(&sdev->unlink_tx); in stub_device_alloc()
H A Dvhci_hcd.c942 list_add_tail(&unlink->list, &vdev->unlink_tx); in vhci_urb_dequeue()
1000 vhci_cleanup_unlink_list(vdev, &vdev->unlink_tx); in vhci_device_unlink_cleanup()
1110 INIT_LIST_HEAD(&vdev->unlink_tx); in vhci_device_init()