Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/usb/
H A Dusbip_protocol.rst39 server may be USBIP_RET_SUBMIT and USBIP_RET_UNLINK respectively.
88 For UNLINK, note that after a successful USBIP_RET_UNLINK, the unlinked URB
105 | USBIP_RET_UNLINK |
124 | USBIP_RET_UNLINK |
422 USBIP_RET_UNLINK:
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_rx.c244 case USBIP_RET_UNLINK: in vhci_rx_pdu()
H A Dusbip_common.h120 #define USBIP_RET_UNLINK 0x0004 macro
H A Dvudc_tx.c34 setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); in setup_ret_unlink_pdu()
H A Dusbip_common.c289 case USBIP_RET_UNLINK: in usbip_dump_header()
591 case USBIP_RET_UNLINK: in usbip_header_correct_endian()
H A Dstub_tx.c128 setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); in setup_ret_unlink_pdu()