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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dusbip_common.c391 if (ud->tcp_tx.thread != NULL) {
392 send_sig(SIGKILL, ud->tcp_tx.thread, 1);
393 wait_for_completion(&ud->tcp_tx.thread_done);
414 th = kthread_run(usbip_thread, (void *)&ud->tcp_tx, "usbip");
424 wait_for_completion(&ud->tcp_tx.thread_done);
H A Dstub_tx.c338 struct usbip_device *ud = container_of(ut, struct usbip_device, tcp_tx);
H A Dusbip_common.h344 struct usbip_task tcp_tx; member in struct:usbip_device
H A Dvhci_tx.c220 struct usbip_device *ud = container_of(ut, struct usbip_device, tcp_tx);
H A Dstub_dev.c317 usbip_task_init(&sdev->ud.tcp_tx, "stub_tx", stub_tx_loop);
H A Dvhci_hcd.c870 usbip_task_init(&vdev->ud.tcp_tx, "vhci_tx", vhci_tx_loop);

Completed in 120 milliseconds