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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c206 uint32_t sbd_copy_threshold = 0; /* Valid if non-zero */ variable
896 copy_threshold = (sbd_copy_threshold > 0) ?
897 sbd_copy_threshold : task->task_copy_threshold;
1405 if (sbd_copy_threshold > 0) {
1406 return (len >= sbd_copy_threshold);

Completed in 49 milliseconds