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 "iw.h"
Go to the source code of this file.
Functions | |
module_param (fastreg_pool_size, int, 0444) | |
MODULE_PARM_DESC (fastreg_pool_size," Max number of fastreg MRs per device") | |
module_param (fastreg_message_size, int, 0444) | |
MODULE_PARM_DESC (fastreg_message_size," Max size of a RDMA transfer (fastreg MRs)") | |
DEFINE_SPINLOCK (iw_nodev_conns_lock) | |
LIST_HEAD (iw_nodev_conns) | |
void | rds_iw_exit (void) |
int | rds_iw_init (void) |
MODULE_LICENSE ("GPL") | |
Variables | |
unsigned int | fastreg_pool_size = RDS_FASTREG_POOL_SIZE |
unsigned int | fastreg_message_size = RDS_FASTREG_SIZE + 1 |
struct list_head | rds_iw_devices |
struct ib_client | rds_iw_client |
struct rds_transport | rds_iw_transport |
DEFINE_SPINLOCK | ( | iw_nodev_conns_lock | ) |
LIST_HEAD | ( | iw_nodev_conns | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | fastreg_pool_size | , |
int | , | ||
0444 | |||
) |
module_param | ( | fastreg_message_size | , |
int | , | ||
0444 | |||
) |
MODULE_PARM_DESC | ( | fastreg_pool_size | , |
" Max number of fastreg MRs per device" | |||
) |
MODULE_PARM_DESC | ( | fastreg_message_size | , |
" Max size of a RDMA transfer (fastreg MRs)" | |||
) |
unsigned int fastreg_message_size = RDS_FASTREG_SIZE + 1 |
unsigned int fastreg_pool_size = RDS_FASTREG_POOL_SIZE |
struct rds_transport rds_iw_transport |