Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dstub_dev.c82 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in usbip_sockfd_store()
162 if (ud->tcp_tx) { in stub_shutdown_connection()
163 kthread_stop_put(ud->tcp_tx); in stub_shutdown_connection()
164 ud->tcp_tx = NULL; in stub_shutdown_connection()
Dvudc_dev.c442 if (ud->tcp_tx) { in vudc_shutdown()
443 kthread_stop_put(ud->tcp_tx); in vudc_shutdown()
444 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.h263 struct task_struct *tcp_tx; member
Dvhci_hcd.c1017 if (vdev->ud.tcp_tx) { in vhci_shutdown_connection()
1018 kthread_stop_put(vdev->ud.tcp_tx); in vhci_shutdown_connection()
1019 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()