mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Code in place to use a hypothetical SCSI interface.
This commit is contained in:
@@ -589,6 +589,11 @@ struct iscsi_session {
|
||||
* Set to NULL when command is complete.
|
||||
*/
|
||||
struct scsi_command *command;
|
||||
/** SCSI command return code
|
||||
*
|
||||
* Set to -EINPROGRESS while command is processing.
|
||||
*/
|
||||
int rc;
|
||||
/** Instant return code
|
||||
*
|
||||
* Set to a non-zero value if all requests should return
|
||||
|
||||
Reference in New Issue
Block a user