Home
last modified time | relevance | path

Searched refs:idl_first_burst_length (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi/
Dicl.c215 OUT_OF_RANGE(idl->idl_first_burst_length, 512, 16777215))) { in icl_limits()
224 if (error == 0 && idl->idl_first_burst_length > 0 && in icl_limits()
226 idl->idl_first_burst_length > idl->idl_max_burst_length) { in icl_limits()
Dicl.h133 int idl_first_burst_length; member
Dicl_soft.c1396 idl->idl_first_burst_length = first_burst_length; in icl_soft_limits()
Discsi.c1376 idl.idl_first_burst_length; in iscsi_ioctl_daemon_wait()
/freebsd-12-stable/sys/dev/iser/
Dicl_iser.c493 idl->idl_first_burst_length = 65536; in iser_limits()
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dicl_cxgbei.c1056 idl->idl_first_burst_length = 8192; in icl_cxgbei_limits()
/freebsd-12-stable/sys/cam/ctl/
Dctl_frontend_iscsi.c1883 cilp->first_burst_length = idl.idl_first_burst_length; in cfiscsi_ioctl_limits()