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

#include <xhci.h>

Data Fields

__le32 dev_info
 
__le32 dev_info2
 
__le32 tt_info
 
__le32 dev_state
 
__le32 reserved [4]
 

Detailed Description

struct xhci_slot_ctx : Route string, device speed, hub info, and last valid endpoint : Max exit latency for device number, root hub port number : tt_info is used to construct split transaction tokens : slot state and device address

Slot Context - section 6.2.1.1. This assumes the HC uses 32-byte context structures. If the HC uses 64-byte contexts, there is an additional 32 bytes reserved at the end of the slot context for HC internal use.

Definition at line 523 of file xhci.h.

Field Documentation

Definition at line 524 of file xhci.h.

__le32 dev_info2

Definition at line 525 of file xhci.h.

Definition at line 527 of file xhci.h.

__le32 reserved[4]

Definition at line 529 of file xhci.h.

__le32 tt_info

Definition at line 526 of file xhci.h.


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