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

#include <xhci.h>

Data Fields

struct xhci_ring ** stream_rings
 
unsigned int num_streams
 
struct xhci_stream_ctxstream_ctx_array
 
unsigned int num_stream_ctxs
 
dma_addr_t ctx_array_dma
 
struct radix_tree_root trb_address_map
 
struct xhci_commandfree_streams_command
 

Detailed Description

Definition at line 742 of file xhci.h.

Field Documentation

dma_addr_t ctx_array_dma

Definition at line 751 of file xhci.h.

struct xhci_command* free_streams_command

Definition at line 754 of file xhci.h.

unsigned int num_stream_ctxs

Definition at line 750 of file xhci.h.

unsigned int num_streams

Definition at line 745 of file xhci.h.

struct xhci_stream_ctx* stream_ctx_array

Definition at line 749 of file xhci.h.

struct xhci_ring** stream_rings

Definition at line 743 of file xhci.h.

struct radix_tree_root trb_address_map

Definition at line 753 of file xhci.h.


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