Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <rdma/rdma_cm.h>
#include "rds.h"
#include "iw.h"
Go to the source code of this file.
Data Structures | |
struct | rds_iw_ack_state |
Functions | |
void | rds_iw_recv_init_ring (struct rds_iw_connection *ic) |
void | rds_iw_recv_clear_ring (struct rds_iw_connection *ic) |
int | rds_iw_recv_refill (struct rds_connection *conn, gfp_t kptr_gfp, gfp_t page_gfp, int prefill) |
void | rds_iw_inc_free (struct rds_incoming *inc) |
int | rds_iw_inc_copy_to_user (struct rds_incoming *inc, struct iovec *first_iov, size_t size) |
void | rds_iw_recv_init_ack (struct rds_iw_connection *ic) |
void | rds_iw_attempt_ack (struct rds_iw_connection *ic) |
void | rds_iw_ack_send_complete (struct rds_iw_connection *ic) |
u64 | rds_iw_piggyb_ack (struct rds_iw_connection *ic) |
void | rds_iw_recv_cq_comp_handler (struct ib_cq *cq, void *context) |
void | rds_iw_recv_tasklet_fn (unsigned long data) |
int | rds_iw_recv (struct rds_connection *conn) |
int | rds_iw_recv_init (void) |
void | rds_iw_recv_exit (void) |
void rds_iw_ack_send_complete | ( | struct rds_iw_connection * | ic | ) |
void rds_iw_attempt_ack | ( | struct rds_iw_connection * | ic | ) |
void rds_iw_inc_free | ( | struct rds_incoming * | inc | ) |
u64 rds_iw_piggyb_ack | ( | struct rds_iw_connection * | ic | ) |
int rds_iw_recv | ( | struct rds_connection * | conn | ) |
void rds_iw_recv_clear_ring | ( | struct rds_iw_connection * | ic | ) |
void rds_iw_recv_init_ack | ( | struct rds_iw_connection * | ic | ) |
void rds_iw_recv_init_ring | ( | struct rds_iw_connection * | ic | ) |