mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
Small docs update
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2444 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -514,7 +514,7 @@ where:
|
||||
|
||||
- alloc_len - command's buffer length
|
||||
|
||||
- queue_type - SCSI task attribute (queue type )
|
||||
- queue_type - SCSI task attribute (queue type)
|
||||
|
||||
- data_direction - command's data flow direction, one of SCST_DATA_*
|
||||
constants
|
||||
@@ -854,9 +854,14 @@ struct scst_user_scsi_cmd_reply_parse
|
||||
|
||||
where:
|
||||
|
||||
- queue_type - SCSI task attribute (queue type )
|
||||
- queue_type - SCSI task attribute (queue type). NOTE! In current
|
||||
implementation setting changing this field from the provided value
|
||||
affects commands execution only when then produced by iSCSI-SCST
|
||||
target. With al other target drivers, this field is ignored. This is
|
||||
because for them commands queueing is set before parse() called.
|
||||
|
||||
- data_direction - command's data flow direction, one of SCST_DATA_* constants
|
||||
- data_direction - command's data flow direction, one of SCST_DATA_*
|
||||
constants
|
||||
|
||||
- cdb_len - length of CDB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user