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

#include <c2_provider.h>

Data Fields

struct ib_qp ibqp
 
struct iw_cm_idcm_id
 
spinlock_t lock
 
atomic_t refcount
 
wait_queue_head_t wait
 
int qpn
 
u32 adapter_handle
 
u32 send_sgl_depth
 
u32 recv_sgl_depth
 
u32 rdma_write_sgl_depth
 
u8 state
 
struct c2_mq sq_mq
 
struct c2_mq rq_mq
 

Detailed Description

Definition at line 107 of file c2_provider.h.

Field Documentation

u32 adapter_handle

Definition at line 115 of file c2_provider.h.

Definition at line 109 of file c2_provider.h.

struct ib_qp ibqp

Definition at line 108 of file c2_provider.h.

spinlock_t lock

Definition at line 110 of file c2_provider.h.

int qpn

Definition at line 113 of file c2_provider.h.

u32 rdma_write_sgl_depth

Definition at line 118 of file c2_provider.h.

u32 recv_sgl_depth

Definition at line 117 of file c2_provider.h.

atomic_t refcount

Definition at line 111 of file c2_provider.h.

struct c2_mq rq_mq

Definition at line 122 of file c2_provider.h.

u32 send_sgl_depth

Definition at line 116 of file c2_provider.h.

struct c2_mq sq_mq

Definition at line 121 of file c2_provider.h.

Definition at line 119 of file c2_provider.h.

Definition at line 112 of file c2_provider.h.


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