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

#include <net_driver.h>

Data Fields

voidaddr
 
dma_addr_t dma_addr
 
unsigned int len
 

Detailed Description

struct efx_buffer - An Efx general-purpose buffer : host base address of the buffer : DMA base address of the buffer : Buffer length, in bytes

The NIC uses these buffers for its interrupt status registers and MAC stats dumps.

Definition at line 301 of file net_driver.h.

Field Documentation

void* addr

Definition at line 302 of file net_driver.h.

dma_addr_t dma_addr

Definition at line 303 of file net_driver.h.

unsigned int len

Definition at line 304 of file net_driver.h.


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