Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/usbip/
Dstub_dev.c82 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in usbip_sockfd_store()
137 if (ud->tcp_tx) { in stub_shutdown_connection()
138 kthread_stop_put(ud->tcp_tx); in stub_shutdown_connection()
139 ud->tcp_tx = NULL; in stub_shutdown_connection()
Dvudc_dev.c443 if (ud->tcp_tx) { in vudc_shutdown()
444 kthread_stop_put(ud->tcp_tx); in vudc_shutdown()
445 ud->tcp_tx = NULL; in vudc_shutdown()
Dvudc_sysfs.c148 udc->ud.tcp_tx = kthread_get_run(&v_tx_loop, in usbip_sockfd_store()
Dusbip_common.h270 struct task_struct *tcp_tx; member
Dvhci_hcd.c1020 if (vdev->ud.tcp_tx) { in vhci_shutdown_connection()
1021 kthread_stop_put(vdev->ud.tcp_tx); in vhci_shutdown_connection()
1022 vdev->ud.tcp_tx = NULL; in vhci_shutdown_connection()
Dvhci_sysfs.c392 vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); in attach_store()