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

Go to the source code of this file.

Functions

void rds_iw_sysctl_exit (void)
 
int rds_iw_sysctl_init (void)
 

Variables

unsigned long rds_iw_sysctl_max_send_wr = RDS_IW_DEFAULT_SEND_WR
 
unsigned long rds_iw_sysctl_max_recv_wr = RDS_IW_DEFAULT_RECV_WR
 
unsigned long rds_iw_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE
 
unsigned long rds_iw_sysctl_max_unsig_wrs = 16
 
unsigned long rds_iw_sysctl_max_unsig_bytes = (16 << 20)
 
unsigned int rds_iw_sysctl_flow_control = 1
 

Function Documentation

void rds_iw_sysctl_exit ( void  )

Definition at line 112 of file iw_sysctl.c.

int rds_iw_sysctl_init ( void  )

Definition at line 118 of file iw_sysctl.c.

Variable Documentation

unsigned int rds_iw_sysctl_flow_control = 1

Definition at line 56 of file iw_sysctl.c.

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

Definition at line 43 of file iw_sysctl.c.

unsigned long rds_iw_sysctl_max_recv_wr = RDS_IW_DEFAULT_RECV_WR

Definition at line 42 of file iw_sysctl.c.

unsigned long rds_iw_sysctl_max_send_wr = RDS_IW_DEFAULT_SEND_WR

Definition at line 41 of file iw_sysctl.c.

unsigned long rds_iw_sysctl_max_unsig_bytes = (16 << 20)

Definition at line 52 of file iw_sysctl.c.

unsigned long rds_iw_sysctl_max_unsig_wrs = 16

Definition at line 48 of file iw_sysctl.c.