Home
last modified time | relevance | path

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

/freebsd/sys/dev/iscsi/
H A Dicl.c214 OUT_OF_RANGE(idl->idl_first_burst_length, 512, 16777215))) { in icl_limits()
223 if (error == 0 && idl->idl_first_burst_length > 0 && in icl_limits()
225 idl->idl_first_burst_length > idl->idl_max_burst_length) { in icl_limits()
H A Dicl.h130 int idl_first_burst_length; member
H A Discsi.c1510 idl.idl_first_burst_length; in iscsi_ioctl_daemon_wait()
1555 idl.idl_first_burst_length; in iscsi_ioctl_daemon_limits()
H A Dicl_soft.c1669 idl->idl_first_burst_length = first_burst_length; in icl_soft_limits()
/freebsd/sys/dev/iser/
H A Dicl_iser.c519 idl->idl_first_burst_length = 65536; in iser_limits()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1841 idl->idl_first_burst_length = first_burst_length; in icl_cxgbei_limits()
/freebsd/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1908 cilp->first_burst_length = idl.idl_first_burst_length; in cfiscsi_ioctl_limits()