mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
cxgbei: Remove unused sysctls.
These were seemingly copied over from icl_soft. Reviewed by: np Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D30268
This commit is contained in:
parent
a9f0cf4838
commit
671fd0ec8d
1 changed files with 0 additions and 7 deletions
|
|
@ -104,13 +104,6 @@ static MALLOC_DEFINE(M_CXGBEI, "cxgbei", "cxgbei(4)");
|
|||
|
||||
SYSCTL_NODE(_kern_icl, OID_AUTO, cxgbei, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
|
||||
"Chelsio iSCSI offload");
|
||||
static int coalesce = 1;
|
||||
SYSCTL_INT(_kern_icl_cxgbei, OID_AUTO, coalesce, CTLFLAG_RWTUN,
|
||||
&coalesce, 0, "Try to coalesce PDUs before sending");
|
||||
static int partial_receive_len = 128 * 1024;
|
||||
SYSCTL_INT(_kern_icl_cxgbei, OID_AUTO, partial_receive_len, CTLFLAG_RWTUN,
|
||||
&partial_receive_len, 0, "Minimum read size for partially received "
|
||||
"data segment");
|
||||
static int sendspace = 1048576;
|
||||
SYSCTL_INT(_kern_icl_cxgbei, OID_AUTO, sendspace, CTLFLAG_RWTUN,
|
||||
&sendspace, 0, "Default send socket buffer size");
|
||||
|
|
|
|||
Loading…
Reference in a new issue