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

#include <mal.h>

Data Fields

int version
 
dcr_host_t dcr_host
 
int num_tx_chans
 
int num_rx_chans
 
int txeob_irq
 
int rxeob_irq
 
int txde_irq
 
int rxde_irq
 
int serr_irq
 
struct list_head poll_list
 
struct napi_struct napi
 
struct list_head list
 
u32 tx_chan_mask
 
u32 rx_chan_mask
 
dma_addr_t bd_dma
 
struct mal_descriptorbd_virt
 
struct platform_deviceofdev
 
int index
 
spinlock_t lock
 
struct net_device dummy_dev
 
unsigned int features
 

Detailed Description

Definition at line 191 of file mal.h.

Field Documentation

dma_addr_t bd_dma

Definition at line 210 of file mal.h.

Definition at line 211 of file mal.h.

dcr_host_t dcr_host

Definition at line 193 of file mal.h.

struct net_device dummy_dev

Definition at line 217 of file mal.h.

unsigned int features

Definition at line 219 of file mal.h.

int index

Definition at line 214 of file mal.h.

Definition at line 206 of file mal.h.

spinlock_t lock

Definition at line 215 of file mal.h.

Definition at line 204 of file mal.h.

int num_rx_chans

Definition at line 196 of file mal.h.

int num_tx_chans

Definition at line 195 of file mal.h.

Definition at line 213 of file mal.h.

Definition at line 203 of file mal.h.

u32 rx_chan_mask

Definition at line 208 of file mal.h.

int rxde_irq

Definition at line 200 of file mal.h.

int rxeob_irq

Definition at line 198 of file mal.h.

int serr_irq

Definition at line 201 of file mal.h.

u32 tx_chan_mask

Definition at line 207 of file mal.h.

int txde_irq

Definition at line 199 of file mal.h.

int txeob_irq

Definition at line 197 of file mal.h.

int version

Definition at line 192 of file mal.h.


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