Home
last modified time | relevance | path

Searched refs:setup_sg_tablesize (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
Dmac_scsi.c79 static int setup_sg_tablesize = -1; variable
180 setup_sg_tablesize = ints[3]; in mac_scsi_setup()
182 if (setup_sg_tablesize > SG_ALL) in mac_scsi_setup()
183 setup_sg_tablesize = SG_ALL; in mac_scsi_setup()
246 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in macscsi_detect()
Datari_scsi.c242 static int setup_sg_tablesize = -1; variable
243 module_param(setup_sg_tablesize, int, 0);
602 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : ATARI_TT_SG_TABLESIZE; in atari_scsi_detect()
765 setup_sg_tablesize = ints[3]; in atari_scsi_setup()
767 if (setup_sg_tablesize > SG_ALL) in atari_scsi_setup()
768 setup_sg_tablesize = SG_ALL; in atari_scsi_setup()
Dsun3_scsi_vme.c80 static int setup_sg_tablesize = -1; variable
81 module_param(setup_sg_tablesize, int, 0);
176 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in sun3scsi_detect()
Dsun3_scsi.c115 static int setup_sg_tablesize = -1; variable
116 module_param(setup_sg_tablesize, int, 0);
228 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in sun3scsi_detect()