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

Data Fields

struct ksz_descring
 
struct ksz_desccur
 
struct ksz_hw_descring_virt
 
u32 ring_phys
 
int size
 
int alloc
 
int avail
 
int last
 
int next
 
int mask
 

Detailed Description

struct ksz_desc_info - Descriptor information data structure : First descriptor in the ring. : Current descriptor being manipulated. : First hardware descriptor in the ring. : The physical address of the first descriptor of the ring. : Size of hardware descriptor. : Number of descriptors allocated. : Number of descriptors available for use. : Index for last descriptor released to hardware. : Index for next descriptor available for use. : Mask for index wrapping.

Definition at line 1007 of file ksz884x.c.

Field Documentation

int alloc

Definition at line 1013 of file ksz884x.c.

int avail

Definition at line 1014 of file ksz884x.c.

Definition at line 1009 of file ksz884x.c.

int last

Definition at line 1015 of file ksz884x.c.

int mask

Definition at line 1017 of file ksz884x.c.

int next

Definition at line 1016 of file ksz884x.c.

Definition at line 1008 of file ksz884x.c.

u32 ring_phys

Definition at line 1011 of file ksz884x.c.

struct ksz_hw_desc* ring_virt

Definition at line 1010 of file ksz884x.c.

int size

Definition at line 1012 of file ksz884x.c.


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