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

Data Fields

__le32 status
 
__le32 length
 
__le32 data_ptr
 
__le32 next_desc
 

Detailed Description

struct rx_ring_desc - Receive descriptor ring element : The status of the descriptor element (E.g. who owns it) : The number of bytes in the block pointed to by data_ptr : The physical address of the data block to receive into : The physical address of the next descriptor element.

Definition at line 63 of file ks8695net.c.

Field Documentation

__le32 data_ptr

Definition at line 66 of file ks8695net.c.

__le32 length

Definition at line 65 of file ks8695net.c.

__le32 next_desc

Definition at line 67 of file ks8695net.c.

Definition at line 64 of file ks8695net.c.


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