Linux Kernel
3.7.1
|
#include <mthca_provider.h>
Data Fields | |
struct mthca_qp | qp |
int | pkey_index |
u32 | qkey |
u32 | send_psn |
struct ib_ud_header | ud_header |
int | header_buf_size |
void * | header_buf |
dma_addr_t | header_dma |
Definition at line 288 of file mthca_provider.h.
void* header_buf |
Definition at line 295 of file mthca_provider.h.
int header_buf_size |
Definition at line 294 of file mthca_provider.h.
dma_addr_t header_dma |
Definition at line 296 of file mthca_provider.h.
int pkey_index |
Definition at line 290 of file mthca_provider.h.
u32 qkey |
Definition at line 291 of file mthca_provider.h.
Definition at line 289 of file mthca_provider.h.
u32 send_psn |
Definition at line 292 of file mthca_provider.h.
struct ib_ud_header ud_header |
Definition at line 293 of file mthca_provider.h.