Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
usbip_header_cmd_submit Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

Definition at line 170 of file usbip_common.h.

__s32 number_of_packets

Definition at line 169 of file usbip_common.h.

unsigned char setup[8]

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.


The documentation for this struct was generated from the following file: