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

Data Fields

dma_addr_t dma_addr
 
uint alloc_size
 
uint phys
 
u8alloc_virt
 
u8virt
 

Detailed Description

struct ksz_shared_mem - OS dependent shared memory data structure : Physical DMA address allocated. : Allocation size. : Actual physical address used. : Virtual address allocated. : Actual virtual address used.

Definition at line 1379 of file ksz884x.c.

Field Documentation

uint alloc_size

Definition at line 1381 of file ksz884x.c.

u8* alloc_virt

Definition at line 1383 of file ksz884x.c.

dma_addr_t dma_addr

Definition at line 1380 of file ksz884x.c.

uint phys

Definition at line 1382 of file ksz884x.c.

u8* virt

Definition at line 1384 of file ksz884x.c.


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