Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dstub_rx.c67 int target_endp; in tweak_clear_halt_cmd() local
79 target_endp = le16_to_cpu(req->wIndex) & 0x000f; in tweak_clear_halt_cmd()
85 target_pipe = usb_rcvctrlpipe(urb->dev, target_endp); in tweak_clear_halt_cmd()
87 target_pipe = usb_sndctrlpipe(urb->dev, target_endp); in tweak_clear_halt_cmd()
93 urb->dev->devnum, target_endp, ret); in tweak_clear_halt_cmd()
97 urb->dev->devnum, target_endp); in tweak_clear_halt_cmd()