Searched refs:maxcmdsn_delta (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c99 static int maxcmdsn_delta = 256; variable
100 TUNABLE_INT("kern.cam.ctl.iscsi.maxcmdsn_delta", &maxcmdsn_delta);
101 SYSCTL_INT(_kern_cam_ctl_iscsi, OID_AUTO, maxcmdsn_delta, CTLFLAG_RWTUN,
102 &maxcmdsn_delta, 256, "Number of commands the initiator can send "
244 ISCSI_SNGT(cmdsn, cs->cs_cmdsn + maxcmdsn_delta)) {
399 bhssr->bhssr_maxcmdsn = htonl(cs->cs_cmdsn + maxcmdsn_delta);

Completed in 12 milliseconds