Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dstub_dev.c80 sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, in usbip_sockfd_store()
158 if (ud->tcp_rx) { in stub_shutdown_connection()
159 kthread_stop_put(ud->tcp_rx); in stub_shutdown_connection()
160 ud->tcp_rx = NULL; in stub_shutdown_connection()
Dvudc_dev.c438 if (ud->tcp_rx) { in vudc_shutdown()
439 kthread_stop_put(ud->tcp_rx); in vudc_shutdown()
440 ud->tcp_rx = NULL; in vudc_shutdown()
Dvudc_sysfs.c146 udc->ud.tcp_rx = kthread_get_run(&v_rx_loop, in usbip_sockfd_store()
Dusbip_common.h262 struct task_struct *tcp_rx; member
Dvhci_hcd.c1013 if (vdev->ud.tcp_rx) { in vhci_shutdown_connection()
1014 kthread_stop_put(vdev->ud.tcp_rx); in vhci_shutdown_connection()
1015 vdev->ud.tcp_rx = NULL; in vhci_shutdown_connection()
Dvhci_sysfs.c391 vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); in attach_store()