Home
last modified time | relevance | path

Searched refs:SCSI_MAX_SG_SEGMENTS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsi_lib.c52 #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 …]
/linux-4.1.27/include/scsi/
Dscsi.h28 #define SCSI_MAX_SG_SEGMENTS 128 macro
37 #define SCSI_MAX_SG_CHAIN_SEGMENTS SCSI_MAX_SG_SEGMENTS
Dscsi_host.h40 #define SG_ALL SCSI_MAX_SG_SEGMENTS
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_main.c249 .sg_tablesize = SCSI_MAX_SG_SEGMENTS,
275 int sg_tablesize = SCSI_MAX_SG_SEGMENTS;
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.h83 #define MPT3SAS_MAX_PHYS_SEGMENTS SCSI_MAX_SG_SEGMENTS