Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dvhci_tx.c96 usbip_header_correct_endian(&pdu_header, 1); in vhci_send_cmd_submit()
213 usbip_header_correct_endian(&pdu_header, 1); in vhci_send_cmd_unlink()
H A Dvudc_tx.c54 usbip_header_correct_endian(&pdu_header, 1); in v_send_ret_unlink()
112 usbip_header_correct_endian(&pdu_header, 1); in v_send_ret_submit()
H A Dstub_tx.c215 usbip_header_correct_endian(&pdu_header, 1); in stub_send_ret_submit()
385 usbip_header_correct_endian(&pdu_header, 1); in stub_send_ret_unlink()
H A Dvhci_rx.c235 usbip_header_correct_endian(&pdu, 0); in vhci_rx_pdu()
H A Dvudc_rx.c203 usbip_header_correct_endian(&pdu, 0); in v_rx_pdu()
H A Dusbip_common.h309 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
H A Dusbip_common.c569 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian() function
600 EXPORT_SYMBOL_GPL(usbip_header_correct_endian);
H A Dstub_rx.c648 usbip_header_correct_endian(&pdu, 0); in stub_rx_pdu()