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

#include <vhci.h>

Data Fields

struct usb_device * udev
 
__u32 devid
 
enum usb_device_speed speed
 
__u32 rhport
 
struct usbip_device ud
 
spinlock_t priv_lock
 
struct list_head priv_tx
 
struct list_head priv_rx
 
struct list_head unlink_tx
 
struct list_head unlink_rx
 
wait_queue_head_t waitq_tx
 

Detailed Description

Definition at line 23 of file vhci.h.

Field Documentation

__u32 devid

Definition at line 30 of file vhci.h.

spinlock_t priv_lock

Definition at line 41 of file vhci.h.

struct list_head priv_rx

Definition at line 45 of file vhci.h.

struct list_head priv_tx

Definition at line 44 of file vhci.h.

__u32 rhport

Definition at line 36 of file vhci.h.

enum usb_device_speed speed

Definition at line 33 of file vhci.h.

Definition at line 38 of file vhci.h.

struct usb_device* udev

Definition at line 24 of file vhci.h.

struct list_head unlink_rx

Definition at line 49 of file vhci.h.

struct list_head unlink_tx

Definition at line 48 of file vhci.h.

Definition at line 52 of file vhci.h.


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