Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/usbip/
Dstub_dev.c93 sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, in store_sockfd()
172 if (ud->tcp_rx) { in stub_shutdown_connection()
173 kthread_stop_put(ud->tcp_rx); in stub_shutdown_connection()
174 ud->tcp_rx = NULL; in stub_shutdown_connection()
Dvhci_sysfs.c233 vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); in store_attach()
Dvhci_hcd.c781 if (vdev->ud.tcp_rx) { in vhci_shutdown_connection()
782 kthread_stop_put(vdev->ud.tcp_rx); in vhci_shutdown_connection()
783 vdev->ud.tcp_rx = NULL; in vhci_shutdown_connection()
Dusbip_common.h266 struct task_struct *tcp_rx; member