Linux Kernel
3.7.1
|
#include <mthca_provider.h>
Data Fields | |
struct ib_fmr | ibmr |
struct ib_fmr_attr | attr |
struct mthca_mtt * | mtt |
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 |
Definition at line 79 of file mthca_provider.h.
struct { ... } arbel |
struct ib_fmr_attr attr |
Definition at line 81 of file mthca_provider.h.
dma_addr_t dma_handle |
Definition at line 92 of file mthca_provider.h.
Definition at line 80 of file mthca_provider.h.
int maps |
Definition at line 83 of file mthca_provider.h.
union { ... } mem |
struct mthca_mpt_entry __iomem* mpt |
Definition at line 86 of file mthca_provider.h.
struct mthca_mpt_entry* mpt |
Definition at line 90 of file mthca_provider.h.
Definition at line 82 of file mthca_provider.h.
Definition at line 87 of file mthca_provider.h.
__be64* mtts |
Definition at line 91 of file mthca_provider.h.
struct { ... } tavor |