Changeset 99739 in vbox for trunk/src/VBox/Devices/USB/usbip
- Timestamp:
- May 11, 2023 1:01:08 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/usbip/USBProxyDevice-usbip.cpp
r98103 r99739 457 457 * Converts a request/reply header from network to host endianness. 458 458 * 459 * @returns nothing.460 459 * @param pHdr The header to convert. 461 460 */ … … 472 471 * Converts a request/reply header from host to network endianness. 473 472 * 474 * @returns nothing.475 473 * @param pHdr The header to convert. 476 474 */ … … 487 485 * Converts a submit request from host to network endianness. 488 486 * 489 * @returns nothing.490 487 * @param pReqSubmit The submit request to convert. 491 488 */ … … 503 500 * Converts a submit reply from network to host endianness. 504 501 * 505 * @returns nothing.506 502 * @param pReqSubmit The submit reply to convert. 507 503 */ … … 519 515 * Converts a isochronous packet descriptor from host to network endianness. 520 516 * 521 * @returns nothing.522 517 * @param pIsocPktDesc The packet descriptor to convert. 523 518 */ … … 533 528 * Converts a isochronous packet descriptor from network to host endianness. 534 529 * 535 * @returns nothing.536 530 * @param pIsocPktDesc The packet descriptor to convert. 537 531 */ … … 547 541 * Converts a unlink request from host to network endianness. 548 542 * 549 * @returns nothing.550 543 * @param pReqUnlink The unlink request to convert. 551 544 */ … … 559 552 * Converts a unlink reply from network to host endianness. 560 553 * 561 * @returns nothing.562 554 * @param pRetUnlink The unlink reply to convert. 563 555 */ … … 571 563 * Convert the given exported device structure from host to network byte order. 572 564 * 573 * @returns nothing.574 565 * @param pDevice The device structure to convert. 575 566 */ … … 624 615 * Links a given URB into the given list. 625 616 * 626 * @returns nothing.627 617 * @param pProxyDevUsbIp The USB/IP proxy device data. 628 618 * @param pList The list to link the URB into. … … 640 630 * Unlinks a given URB from the current assigned list. 641 631 * 642 * @returns nothing.643 632 * @param pProxyDevUsbIp The USB/IP proxy device data. 644 633 * @param pUrbUsbIp The URB to unlink. … … 667 656 * Frees the given USB/IP URB state. 668 657 * 669 * @returns nothing.670 658 * @param pProxyDevUsbIp The USB/IP proxy device data. 671 659 * @param pUrbUsbIp The USB/IP speciic URB data. … … 897 885 * Resets the receive state for a new reply. 898 886 * 899 * @returns nothing.900 887 * @param pProxyDevUsbIp The USB/IP proxy device data. 901 888 */
Note:
See TracChangeset
for help on using the changeset viewer.