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

#include <ib_verbs.h>

Data Fields

void(* event_handler )(struct ib_event *, void *)
 
voidqp_context
 
struct ib_cqsend_cq
 
struct ib_cqrecv_cq
 
struct ib_srqsrq
 
struct ib_xrcdxrcd
 
struct ib_qp_cap cap
 
enum ib_sig_type sq_sig_type
 
enum ib_qp_type qp_type
 
enum ib_qp_create_flags create_flags
 
u8 port_num
 

Detailed Description

Definition at line 622 of file ib_verbs.h.

Field Documentation

Definition at line 629 of file ib_verbs.h.

enum ib_qp_create_flags create_flags

Definition at line 632 of file ib_verbs.h.

Definition at line 623 of file ib_verbs.h.

u8 port_num

Definition at line 633 of file ib_verbs.h.

void* qp_context

Definition at line 624 of file ib_verbs.h.

enum ib_qp_type qp_type

Definition at line 631 of file ib_verbs.h.

struct ib_cq* recv_cq

Definition at line 626 of file ib_verbs.h.

struct ib_cq* send_cq

Definition at line 625 of file ib_verbs.h.

enum ib_sig_type sq_sig_type

Definition at line 630 of file ib_verbs.h.

struct ib_srq* srq

Definition at line 627 of file ib_verbs.h.

struct ib_xrcd* xrcd

Definition at line 628 of file ib_verbs.h.


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