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

Data Fields

unsigned long max_sz
 
unsigned int dev_addr
 
unsigned int max_tfr
 
unsigned int max_segs
 
unsigned int max_seg_sz
 
unsigned int blocks
 
unsigned int sg_len
 
struct mmc_test_memmem
 
struct scatterlistsg
 

Detailed Description

struct mmc_test_area - information for performance tests. : test area size (in bytes) : address on card at which to do performance tests : maximum transfer size allowed by driver (in bytes) : maximum segments allowed by driver in scatterlist : maximum segment size allowed by driver : number of (512 byte) blocks currently mapped by : length of currently mapped scatterlist : allocated memory : scatterlist

Definition at line 73 of file mmc_test.c.

Field Documentation

unsigned int blocks

Definition at line 79 of file mmc_test.c.

unsigned int dev_addr

Definition at line 75 of file mmc_test.c.

unsigned int max_seg_sz

Definition at line 78 of file mmc_test.c.

unsigned int max_segs

Definition at line 77 of file mmc_test.c.

unsigned long max_sz

Definition at line 74 of file mmc_test.c.

unsigned int max_tfr

Definition at line 76 of file mmc_test.c.

Definition at line 81 of file mmc_test.c.

Definition at line 82 of file mmc_test.c.

unsigned int sg_len

Definition at line 80 of file mmc_test.c.


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