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

#include <e1000_hw.h>

Data Fields

struct {
   __le64   buffer_addr
 
   __le64   reserved
 
read
 
struct {
   struct {
      __le32   mrq
 
      union {
         __le32   rss
 
         struct {
            __le16   ip_id
 
            __le16   csum
 
         }   csum_ip
 
      }   hi_dword
 
   }   lower
 
   struct {
      __le32   status_error
 
      __le16   length
 
      __le16   vlan
 
   }   upper
 
wb
 
struct {
   __le64   buffer_addr
 
   __le64   reserved
 
read
 
struct {
   struct {
      __le32   mrq
 
      union {
         __le32   rss
 
         struct {
            __le16   ip_id
 
            __le16   csum
 
         }   csum_ip
 
      }   hi_dword
 
   }   lower
 
   struct {
      __le32   status_error
 
      __le16   length
 
      __le16   vlan
 
   }   upper
 
wb
 

Detailed Description

Definition at line 534 of file e1000_hw.h.

Field Documentation

__le64 buffer_addr

Definition at line 536 of file e1000_hw.h.

__le16 csum

Definition at line 546 of file e1000_hw.h.

struct { ... } csum_ip
struct { ... } csum_ip
union { ... } hi_dword
union { ... } hi_dword
__le16 ip_id

Definition at line 545 of file e1000_hw.h.

__le16 length

Definition at line 552 of file e1000_hw.h.

struct { ... } lower
struct { ... } lower
__le32 mrq

Definition at line 541 of file e1000_hw.h.

struct { ... } read
struct { ... } read
__le64 reserved

Definition at line 537 of file e1000_hw.h.

__le32 rss

Definition at line 543 of file e1000_hw.h.

__le32 status_error

Definition at line 551 of file e1000_hw.h.

struct { ... } upper
struct { ... } upper
__le16 vlan

Definition at line 553 of file e1000_hw.h.

struct { ... } wb
struct { ... } wb

The documentation for this union was generated from the following files: