#include <linux/kernel.h>
#include <linux/in.h>
#include <linux/device.h>
#include <linux/dmapool.h>
#include <linux/ratelimit.h>
#include "rds.h"
#include "iw.h"
Go to the source code of this file.
|
void | rds_iw_send_init_ring (struct rds_iw_connection *ic) |
|
void | rds_iw_send_clear_ring (struct rds_iw_connection *ic) |
|
void | rds_iw_send_cq_comp_handler (struct ib_cq *cq, void *context) |
|
int | rds_iw_send_grab_credits (struct rds_iw_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) |
|
void | rds_iw_send_add_credits (struct rds_connection *conn, unsigned int credits) |
|
void | rds_iw_advertise_credits (struct rds_connection *conn, unsigned int posted) |
|
int | rds_iw_xmit (struct rds_connection *conn, struct rds_message *rm, unsigned int hdr_off, unsigned int sg, unsigned int off) |
|
int | rds_iw_xmit_rdma (struct rds_connection *conn, struct rm_rdma_op *op) |
|
void | rds_iw_xmit_complete (struct rds_connection *conn) |
|