Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmac_scsi.h56 #ifndef SG_TABLESIZE
57 #define SG_TABLESIZE SG_NONE macro
Dsun3_scsi.h76 #ifndef SG_TABLESIZE
77 #define SG_TABLESIZE SG_NONE macro
106 .sg_tablesize = SG_TABLESIZE, /* sg_tablesize */ \
Dmac_scsi.c254 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in macscsi_detect()
Dsun3_scsi.c220 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in sun3scsi_detect()
Dsun3_scsi_vme.c175 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in sun3scsi_detect()