Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi.h27 #define SCSI_MAX_SG_SEGMENTS 128 macro
36 #define SCSI_MAX_SG_CHAIN_SEGMENTS SCSI_MAX_SG_SEGMENTS
Dscsi_host.h40 #define SG_ALL SCSI_MAX_SG_SEGMENTS
/linux-4.4.14/drivers/scsi/
Dscsi_lib.c53 #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 …]
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_main.c249 .sg_tablesize = SCSI_MAX_SG_SEGMENTS,
274 int sg_tablesize = SCSI_MAX_SG_SEGMENTS;
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.h93 #define MPT_MAX_PHYS_SEGMENTS SCSI_MAX_SG_SEGMENTS