Linux Kernel
3.7.1
|
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 |
Definition at line 109 of file ib_sysctl.c.
Definition at line 115 of file ib_sysctl.c.
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.