Linux Kernel
3.7.1
|
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 |
Definition at line 112 of file iw_sysctl.c.
Definition at line 118 of file iw_sysctl.c.
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.