Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/usbip/
Dstub_dev.c95 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in store_sockfd()
176 if (ud->tcp_tx) { in stub_shutdown_connection()
177 kthread_stop_put(ud->tcp_tx); in stub_shutdown_connection()
178 ud->tcp_tx = NULL; in stub_shutdown_connection()
Dvhci_sysfs.c234 vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); in store_attach()
Dvhci_hcd.c785 if (vdev->ud.tcp_tx) { in vhci_shutdown_connection()
786 kthread_stop_put(vdev->ud.tcp_tx); in vhci_shutdown_connection()
787 vdev->ud.tcp_tx = NULL; in vhci_shutdown_connection()
Dusbip_common.h267 struct task_struct *tcp_tx; member