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

#include <ibmveth.h>

Data Fields

u32 size
 
u32 index
 
u32 buff_size
 
u32 threshold
 
atomic_t available
 
u32 consumer_index
 
u32 producer_index
 
u16free_map
 
dma_addr_tdma_addr
 
struct sk_buff ** skbuff
 
int active
 
struct kobject kobj
 

Detailed Description

Definition at line 112 of file ibmveth.h.

Field Documentation

int active

Definition at line 123 of file ibmveth.h.

atomic_t available

Definition at line 117 of file ibmveth.h.

u32 buff_size

Definition at line 115 of file ibmveth.h.

u32 consumer_index

Definition at line 118 of file ibmveth.h.

dma_addr_t* dma_addr

Definition at line 121 of file ibmveth.h.

u16* free_map

Definition at line 120 of file ibmveth.h.

u32 index

Definition at line 114 of file ibmveth.h.

Definition at line 124 of file ibmveth.h.

u32 producer_index

Definition at line 119 of file ibmveth.h.

u32 size

Definition at line 113 of file ibmveth.h.

struct sk_buff** skbuff

Definition at line 122 of file ibmveth.h.

u32 threshold

Definition at line 116 of file ibmveth.h.


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