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

#include <igbvf.h>

Data Fields

dma_addr_t dma
 
struct sk_buffskb
 
union {
   struct {
      unsigned long   time_stamp
 
      u16   length
 
      u16   next_to_watch
 
      u16   mapped_as_page
 
   } 
 
   struct {
      struct page *   page
 
      u64   page_dma
 
      unsigned int   page_offset
 
   } 
 
}; 
 

Detailed Description

Definition at line 123 of file igbvf.h.

Field Documentation

union { ... }

Definition at line 124 of file igbvf.h.

u16 length

Definition at line 130 of file igbvf.h.

u16 mapped_as_page

Definition at line 132 of file igbvf.h.

u16 next_to_watch

Definition at line 131 of file igbvf.h.

Definition at line 136 of file igbvf.h.

u64 page_dma

Definition at line 137 of file igbvf.h.

unsigned int page_offset

Definition at line 138 of file igbvf.h.

Definition at line 125 of file igbvf.h.

unsigned long time_stamp

Definition at line 129 of file igbvf.h.


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