Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/in.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/ratelimit.h>
#include "rds.h"
#include "iw.h"
Go to the source code of this file.
Functions | |
void | rds_iw_cm_connect_complete (struct rds_connection *conn, struct rdma_cm_event *event) |
int | rds_iw_cm_handle_connect (struct rdma_cm_id *cm_id, struct rdma_cm_event *event) |
int | rds_iw_cm_initiate_connect (struct rdma_cm_id *cm_id) |
int | rds_iw_conn_connect (struct rds_connection *conn) |
void | rds_iw_conn_shutdown (struct rds_connection *conn) |
int | rds_iw_conn_alloc (struct rds_connection *conn, gfp_t gfp) |
void | rds_iw_conn_free (void *arg) |
void | __rds_iw_conn_error (struct rds_connection *conn, const char *fmt,...) |
void __rds_iw_conn_error | ( | struct rds_connection * | conn, |
const char * | fmt, | ||
... | |||
) |
void rds_iw_cm_connect_complete | ( | struct rds_connection * | conn, |
struct rdma_cm_event * | event | ||
) |
int rds_iw_cm_handle_connect | ( | struct rdma_cm_id * | cm_id, |
struct rdma_cm_event * | event | ||
) |
int rds_iw_cm_initiate_connect | ( | struct rdma_cm_id * | cm_id | ) |
int rds_iw_conn_alloc | ( | struct rds_connection * | conn, |
gfp_t | gfp | ||
) |
int rds_iw_conn_connect | ( | struct rds_connection * | conn | ) |
void rds_iw_conn_shutdown | ( | struct rds_connection * | conn | ) |