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

#include <mthca_provider.h>

Data Fields

struct ib_fmr ibmr
 
struct ib_fmr_attr attr
 
struct mthca_mttmtt
 
int maps
 
union {
   struct {
      struct mthca_mpt_entry __iomem *   mpt
 
      u64 __iomem *   mtts
 
   }   tavor
 
   struct {
      struct mthca_mpt_entry *   mpt
 
      __be64 *   mtts
 
      dma_addr_t   dma_handle
 
   }   arbel
 
mem
 

Detailed Description

Definition at line 79 of file mthca_provider.h.

Field Documentation

struct { ... } arbel

Definition at line 81 of file mthca_provider.h.

dma_addr_t dma_handle

Definition at line 92 of file mthca_provider.h.

struct ib_fmr ibmr

Definition at line 80 of file mthca_provider.h.

int maps

Definition at line 83 of file mthca_provider.h.

union { ... } mem

Definition at line 86 of file mthca_provider.h.

Definition at line 90 of file mthca_provider.h.

Definition at line 82 of file mthca_provider.h.

u64 __iomem* mtts

Definition at line 87 of file mthca_provider.h.

__be64* mtts

Definition at line 91 of file mthca_provider.h.

struct { ... } tavor

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