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

#include <ib_verbs.h>

Data Fields

struct ib_devicedevice
 
struct ib_pdpd
 
struct ib_cqsend_cq
 
struct ib_cqrecv_cq
 
struct ib_srqsrq
 
struct ib_xrcdxrcd
 
struct list_head xrcd_list
 
atomic_t usecnt
 
struct list_head open_list
 
struct ib_qpreal_qp
 
struct ib_uobjectuobject
 
void(* event_handler )(struct ib_event *, void *)
 
voidqp_context
 
u32 qp_num
 
enum ib_qp_type qp_type
 

Detailed Description

Definition at line 962 of file ib_verbs.h.

Field Documentation

Definition at line 963 of file ib_verbs.h.

Definition at line 974 of file ib_verbs.h.

struct list_head open_list

Definition at line 971 of file ib_verbs.h.

Definition at line 964 of file ib_verbs.h.

void* qp_context

Definition at line 975 of file ib_verbs.h.

u32 qp_num

Definition at line 976 of file ib_verbs.h.

enum ib_qp_type qp_type

Definition at line 977 of file ib_verbs.h.

struct ib_qp* real_qp

Definition at line 972 of file ib_verbs.h.

struct ib_cq* recv_cq

Definition at line 966 of file ib_verbs.h.

struct ib_cq* send_cq

Definition at line 965 of file ib_verbs.h.

struct ib_srq* srq

Definition at line 967 of file ib_verbs.h.

struct ib_uobject* uobject

Definition at line 973 of file ib_verbs.h.

atomic_t usecnt

Definition at line 970 of file ib_verbs.h.

struct ib_xrcd* xrcd

Definition at line 968 of file ib_verbs.h.

struct list_head xrcd_list

Definition at line 969 of file ib_verbs.h.


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