Linux Kernel
3.7.1
|
#include <usbip_common.h>
Data Fields | |
__u32 | transfer_flags |
__s32 | transfer_buffer_length |
__s32 | start_frame |
__s32 | number_of_packets |
__s32 | interval |
unsigned char | setup [8] |
struct usbip_header_cmd_submit - USBIP_CMD_SUBMIT packet header : URB flags : the data size for (in) or (out) transfer : initial frame for isochronous or interrupt transfers : number of isochronous packets : maximum time for the request on the server-side host controller : setup data for a control request
Definition at line 163 of file usbip_common.h.
Definition at line 170 of file usbip_common.h.
__s32 number_of_packets |
Definition at line 169 of file usbip_common.h.
Definition at line 172 of file usbip_common.h.
__s32 start_frame |
Definition at line 168 of file usbip_common.h.
__s32 transfer_buffer_length |
Definition at line 165 of file usbip_common.h.
__u32 transfer_flags |
Definition at line 164 of file usbip_common.h.