Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
ib_sysctl.c File Reference
#include <linux/kernel.h>
#include <linux/sysctl.h>
#include <linux/proc_fs.h>
#include "ib.h"

Go to the source code of this file.

Functions

void rds_ib_sysctl_exit (void)
 
int rds_ib_sysctl_init (void)
 

Variables

unsigned long rds_ib_sysctl_max_send_wr = RDS_IB_DEFAULT_SEND_WR
 
unsigned long rds_ib_sysctl_max_recv_wr = RDS_IB_DEFAULT_RECV_WR
 
unsigned long rds_ib_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE
 
unsigned long rds_ib_sysctl_max_unsig_wrs = 16
 
unsigned int rds_ib_sysctl_flow_control = 0
 

Function Documentation

void rds_ib_sysctl_exit ( void  )

Definition at line 109 of file ib_sysctl.c.

int rds_ib_sysctl_init ( void  )

Definition at line 115 of file ib_sysctl.c.

Variable Documentation

unsigned int rds_ib_sysctl_flow_control = 0

Definition at line 62 of file ib_sysctl.c.

unsigned long rds_ib_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE

Definition at line 43 of file ib_sysctl.c.

unsigned long rds_ib_sysctl_max_recv_wr = RDS_IB_DEFAULT_RECV_WR

Definition at line 42 of file ib_sysctl.c.

unsigned long rds_ib_sysctl_max_send_wr = RDS_IB_DEFAULT_SEND_WR

Definition at line 41 of file ib_sysctl.c.

unsigned long rds_ib_sysctl_max_unsig_wrs = 16

Definition at line 48 of file ib_sysctl.c.