Linux Kernel
3.7.1
|
#include <xhci.h>
Data Fields | |
unsigned | type |
int | size |
u8 * | bytes |
dma_addr_t | dma |
struct xhci_container_ctx : Type of context. Used to calculated offsets to contained contexts. : Size of the context data : The raw context data given to HW : dma address of the bytes
Represents either a Device or Input context. Holds a pointer to the raw memory used for the context (bytes) and dma address of it (dma).
dma_addr_t dma |