Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Discsi.c2194 static struct scsi_task *iscsi_xcopy_task(int param_len)
2201 task->cdb[10] = (param_len >> 24) & 0xFF; in iscsi_co_copy_range_from()
2202 task->cdb[11] = (param_len >> 16) & 0xFF; in iscsi_co_copy_range_from()
2203 task->cdb[12] = (param_len >> 8) & 0xFF; in iscsi_co_copy_range_from()
2204 task->cdb[13] = param_len & 0xFF; in iscsi_co_copy_range_from()
2207 task->expxferlen = param_len; in iscsi_xcopy_task()
2206 iscsi_xcopy_task(int param_len) iscsi_xcopy_task() argument