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

#include <ps3.h>

Data Fields

struct ps3_system_bus_devicedev
 
struct ps3_dma_region_opsregion_ops
 
unsigned char ioid
 
enum ps3_dma_page_size page_size
 
enum ps3_dma_region_type region_type
 
unsigned long len
 
unsigned long offset
 
unsigned long bus_addr
 
struct {
   spinlock_t   lock
 
   struct list_head   head
 
chunk_list
 

Detailed Description

struct ps3_dma_region - A per device dma state variables structure : The HV device id. : The ioc pagesize. : The HV region type. : The 'translated' bus address of the region. : The length in bytes of the region. : The offset from the start of memory of the region. : The IOID of the device who owns this region : Opaque variable used by the ioc page manager. : struct ps3_dma_region_ops - dma region operations

Definition at line 92 of file ps3.h.

Field Documentation

unsigned long bus_addr

Definition at line 103 of file ps3.h.

struct { ... } chunk_list

Definition at line 93 of file ps3.h.

Definition at line 106 of file ps3.h.

unsigned char ioid

Definition at line 96 of file ps3.h.

unsigned long len

Definition at line 99 of file ps3.h.

spinlock_t lock

Definition at line 105 of file ps3.h.

unsigned long offset

Definition at line 100 of file ps3.h.

enum ps3_dma_page_size page_size

Definition at line 97 of file ps3.h.

Definition at line 95 of file ps3.h.

enum ps3_dma_region_type region_type

Definition at line 98 of file ps3.h.


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