Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rdma_cm_ib.h File Reference
#include <rdma/rdma_cm.h>

Go to the source code of this file.

Macros

#define RDMA_UDP_QKEY   0x01234567
 

Functions

int rdma_set_ib_paths (struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths)
 

Macro Definition Documentation

#define RDMA_UDP_QKEY   0x01234567

Definition at line 52 of file rdma_cm_ib.h.

Function Documentation

int rdma_set_ib_paths ( struct rdma_cm_id id,
struct ib_sa_path_rec path_rec,
int  num_paths 
)

rdma_set_ib_paths - Manually sets the path records used to establish a connection. : Connection identifier associated with the request. : Reference to the path record

This call permits a user to specify routing information for rdma_cm_id's bound to Infiniband devices. It is called on the client side of a connection and replaces the call to rdma_resolve_route.

Definition at line 1755 of file cma.c.