Searched refs:unlink_tx (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/usb/usbip/ |
A D | stub_tx.c | 28 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()
|
A D | stub.h | 44 struct list_head unlink_tx; member
|
A D | vhci_tx.c | 176 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()
|
A D | vhci.h | 44 struct list_head unlink_tx; member
|
A D | stub_dev.c | 199 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()
|
A D | vhci_hcd.c | 942 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()
|
Completed in 13 milliseconds