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

#include <usbip_common.h>

Data Fields

__u32 command
 
__u32 seqnum
 
__u32 devid
 
__u32 direction
 
__u32 ep
 

Detailed Description

struct usbip_header_basic - data pertinent to every request : the usbip request type : sequential number that identifies requests; incremented per connection : specifies a remote USB device uniquely instead of busnum and devnum; in the stub driver, this value is ((busnum << 16) | devnum) : direction of the transfer : endpoint number

Definition at line 146 of file usbip_common.h.

Field Documentation

Definition at line 147 of file usbip_common.h.

__u32 devid

Definition at line 149 of file usbip_common.h.

Definition at line 150 of file usbip_common.h.

__u32 ep

Definition at line 151 of file usbip_common.h.

__u32 seqnum

Definition at line 148 of file usbip_common.h.


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