Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/in.h>
#include <linux/if.h>
#include <linux/netdevice.h>
#include <linux/inetdevice.h>
#include <linux/if_arp.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "rds.h"
#include "ib.h"
Go to the source code of this file.
Functions | |
module_param (fmr_pool_size, int, 0444) | |
MODULE_PARM_DESC (fmr_pool_size," Max number of fmr per HCA") | |
module_param (fmr_message_size, int, 0444) | |
MODULE_PARM_DESC (fmr_message_size," Max size of a RDMA transfer") | |
module_param (rds_ib_retry_count, int, 0444) | |
MODULE_PARM_DESC (rds_ib_retry_count," Number of hw retries before reporting an error") | |
DECLARE_RWSEM (rds_ib_devices_lock) | |
DEFINE_SPINLOCK (ib_nodev_conns_lock) | |
LIST_HEAD (ib_nodev_conns) | |
void | rds_ib_dev_put (struct rds_ib_device *rds_ibdev) |
struct rds_ib_device * | rds_ib_get_client_data (struct ib_device *device) |
void | rds_ib_exit (void) |
int | rds_ib_init (void) |
MODULE_LICENSE ("GPL") | |
Variables | |
unsigned int | fmr_message_size = RDS_FMR_SIZE + 1 |
unsigned int | rds_ib_retry_count = RDS_IB_DEFAULT_RETRY_COUNT |
struct list_head | rds_ib_devices |
struct ib_client | rds_ib_client |
struct rds_transport | rds_ib_transport |
DECLARE_RWSEM | ( | rds_ib_devices_lock | ) |
DEFINE_SPINLOCK | ( | ib_nodev_conns_lock | ) |
LIST_HEAD | ( | ib_nodev_conns | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | fmr_pool_size | , |
int | , | ||
0444 | |||
) |
module_param | ( | fmr_message_size | , |
int | , | ||
0444 | |||
) |
module_param | ( | rds_ib_retry_count | , |
int | , | ||
0444 | |||
) |
MODULE_PARM_DESC | ( | fmr_message_size | , |
" Max size of a RDMA transfer" | |||
) |
MODULE_PARM_DESC | ( | rds_ib_retry_count | , |
" Number of hw retries before reporting an error" | |||
) |
void rds_ib_dev_put | ( | struct rds_ib_device * | rds_ibdev | ) |
|
read |
unsigned int fmr_message_size = RDS_FMR_SIZE + 1 |
unsigned int rds_ib_retry_count = RDS_IB_DEFAULT_RETRY_COUNT |
struct rds_transport rds_ib_transport |