Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
net
rds
rdma_transport.h
Go to the documentation of this file.
1
#ifndef _RDMA_TRANSPORT_H
2
#define _RDMA_TRANSPORT_H
3
4
#include <
rdma/ib_verbs.h
>
5
#include <
rdma/rdma_cm.h
>
6
#include "
rds.h
"
7
8
#define RDS_RDMA_RESOLVE_TIMEOUT_MS 5000
9
10
int
rds_rdma_conn_connect
(
struct
rds_connection
*conn);
11
int
rds_rdma_cm_event_handler
(
struct
rdma_cm_id
*
cm_id
,
12
struct
rdma_cm_event
*
event
);
13
14
/* from ib.c */
15
extern
struct
rds_transport
rds_ib_transport
;
16
int
rds_ib_init
(
void
);
17
void
rds_ib_exit
(
void
);
18
19
/* from iw.c */
20
extern
struct
rds_transport
rds_iw_transport
;
21
int
rds_iw_init
(
void
);
22
void
rds_iw_exit
(
void
);
23
24
#endif
Generated on Thu Jan 10 2013 15:01:30 for Linux Kernel by
1.8.2