|
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 "ib.h"Go to the source code of this file.
Data Structures | |
| struct | rds_ib_ack_state |
Functions | |
| void | rds_ib_recv_init_ring (struct rds_ib_connection *ic) |
| int | rds_ib_recv_alloc_caches (struct rds_ib_connection *ic) |
| void | rds_ib_recv_free_caches (struct rds_ib_connection *ic) |
| void | rds_ib_inc_free (struct rds_incoming *inc) |
| void | rds_ib_recv_clear_ring (struct rds_ib_connection *ic) |
| void | rds_ib_recv_refill (struct rds_connection *conn, int prefill) |
| int | rds_ib_inc_copy_to_user (struct rds_incoming *inc, struct iovec *first_iov, size_t size) |
| void | rds_ib_recv_init_ack (struct rds_ib_connection *ic) |
| void | rds_ib_attempt_ack (struct rds_ib_connection *ic) |
| void | rds_ib_ack_send_complete (struct rds_ib_connection *ic) |
| u64 | rds_ib_piggyb_ack (struct rds_ib_connection *ic) |
| void | rds_ib_recv_cq_comp_handler (struct ib_cq *cq, void *context) |
| void | rds_ib_recv_tasklet_fn (unsigned long data) |
| int | rds_ib_recv (struct rds_connection *conn) |
| int | rds_ib_recv_init (void) |
| void | rds_ib_recv_exit (void) |
| void rds_ib_ack_send_complete | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_attempt_ack | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_inc_free | ( | struct rds_incoming * | inc | ) |
| u64 rds_ib_piggyb_ack | ( | struct rds_ib_connection * | ic | ) |
| int rds_ib_recv | ( | struct rds_connection * | conn | ) |
| int rds_ib_recv_alloc_caches | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_recv_clear_ring | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_recv_free_caches | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_recv_init_ack | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_recv_init_ring | ( | struct rds_ib_connection * | ic | ) |
| void rds_ib_recv_refill | ( | struct rds_connection * | conn, |
| int | prefill | ||
| ) |
1.8.2