struct tcm_loop_cmd { /* State of Linux/SCSI CDB+Data descriptor */
u32 sc_cmd_state; /* Tagged command queueing */
u32 sc_cmd_tag; /* Pointer to the CDB+Data descriptor from Linux/SCSI subsystem */ struct scsi_cmnd *sc; /* The TCM I/O descriptor that is accessed via container_of() */ struct se_cmd tl_se_cmd; struct completion tmr_done; /* Sense buffer that will be mapped into outgoing status */ unsignedchar tl_sense_buf[TRANSPORT_SENSE_BUFFER];
};
struct tcm_loop_nexus { /* * Pointer to TCM session for I_T Nexus
*/ struct se_session *se_sess;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.