struct scsi_initiator_cmd_params { /* for cdb_size > default CDB size (extended CDB > 16 bytes) -> * pointer to the CDB buffer SGE
*/ struct scsi_sge extended_cdb_sge;
/* Physical address of sense data buffer for sense data - 256B buffer */ struct regpair sense_data_buffer_phys_addr;
};
/** * @brief scsi_is_slow_sgl - checks for slow SGL * * @param num_sges - number of sges in SGL * @param small_mid_sge - True is the SGL contains an SGE which is smaller than * 4KB and its not the 1st or last SGE in the SGL
*/ bool scsi_is_slow_sgl(u16 num_sges, bool small_mid_sge);
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.