Searched refs:SCSI_MAX_SG_SEGMENTS (Results 1 – 5 of 5) sorted by relevance
27 #define SCSI_MAX_SG_SEGMENTS 128 macro36 #define SCSI_MAX_SG_CHAIN_SEGMENTS SCSI_MAX_SG_SEGMENTS
40 #define SG_ALL SCSI_MAX_SG_SEGMENTS
53 #if (SCSI_MAX_SG_SEGMENTS < 32)54 #error SCSI_MAX_SG_SEGMENTS is too small (must be 32 or greater)59 #if (SCSI_MAX_SG_SEGMENTS > 32)61 #if (SCSI_MAX_SG_SEGMENTS > 64)63 #if (SCSI_MAX_SG_SEGMENTS > 128)65 #if (SCSI_MAX_SG_SEGMENTS > 256)66 #error SCSI_MAX_SG_SEGMENTS is too large (256 MAX)71 SP(SCSI_MAX_SG_SEGMENTS)559 BUG_ON(nents > SCSI_MAX_SG_SEGMENTS); in scsi_sgtable_index()587 if (mq && sdb->table.orig_nents <= SCSI_MAX_SG_SEGMENTS) in scsi_free_sgtable()[all …]
249 .sg_tablesize = SCSI_MAX_SG_SEGMENTS,274 int sg_tablesize = SCSI_MAX_SG_SEGMENTS;
93 #define MPT_MAX_PHYS_SEGMENTS SCSI_MAX_SG_SEGMENTS