diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 92129b97d31e..b684426a5900 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -57,8 +57,12 @@ struct iscsi_mgmt_task; | |||
57 | * Called from queuecommand with session lock held. | 57 | * Called from queuecommand with session lock held. |
58 | * @init_mgmt_task: Initialize a iscsi_mgmt_task and any internal structs. | 58 | * @init_mgmt_task: Initialize a iscsi_mgmt_task and any internal structs. |
59 | * Called from iscsi_conn_send_generic with xmitmutex. | 59 | * Called from iscsi_conn_send_generic with xmitmutex. |
60 | * @xmit_cmd_task: requests LLD to transfer cmd task | 60 | * @xmit_cmd_task: Requests LLD to transfer cmd task. Returns 0 or the |
61 | * @xmit_mgmt_task: requests LLD to transfer mgmt task | 61 | * the number of bytes transferred on success, and -Exyz |
62 | * value on error. | ||
63 | * @xmit_mgmt_task: Requests LLD to transfer mgmt task. Returns 0 or the | ||
64 | * the number of bytes transferred on success, and -Exyz | ||
65 | * value on error. | ||
62 | * @cleanup_cmd_task: requests LLD to fail cmd task. Called with xmitmutex | 66 | * @cleanup_cmd_task: requests LLD to fail cmd task. Called with xmitmutex |
63 | * and session->lock after the connection has been | 67 | * and session->lock after the connection has been |
64 | * suspended and terminated during recovery. If called | 68 | * suspended and terminated during recovery. If called |