Searched refs:SCSI_MAX_SG_SEGMENTS (Results 1 – 5 of 5) sorted by relevance
52 #if (SCSI_MAX_SG_SEGMENTS < 32)53 #error SCSI_MAX_SG_SEGMENTS is too small (must be 32 or greater)58 #if (SCSI_MAX_SG_SEGMENTS > 32)60 #if (SCSI_MAX_SG_SEGMENTS > 64)62 #if (SCSI_MAX_SG_SEGMENTS > 128)64 #if (SCSI_MAX_SG_SEGMENTS > 256)65 #error SCSI_MAX_SG_SEGMENTS is too large (256 MAX)70 SP(SCSI_MAX_SG_SEGMENTS)558 BUG_ON(nents > SCSI_MAX_SG_SEGMENTS); in scsi_sgtable_index()586 if (mq && sdb->table.orig_nents <= SCSI_MAX_SG_SEGMENTS) in scsi_free_sgtable()[all …]
28 #define SCSI_MAX_SG_SEGMENTS 128 macro37 #define SCSI_MAX_SG_CHAIN_SEGMENTS SCSI_MAX_SG_SEGMENTS
40 #define SG_ALL SCSI_MAX_SG_SEGMENTS
249 .sg_tablesize = SCSI_MAX_SG_SEGMENTS,275 int sg_tablesize = SCSI_MAX_SG_SEGMENTS;
83 #define MPT3SAS_MAX_PHYS_SEGMENTS SCSI_MAX_SG_SEGMENTS