Searched refs:setup_sg_tablesize (Results 1 – 4 of 4) sorted by relevance
79 static int setup_sg_tablesize = -1; variable180 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()
242 static int setup_sg_tablesize = -1; variable243 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()
80 static int setup_sg_tablesize = -1; variable81 module_param(setup_sg_tablesize, int, 0);176 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in sun3scsi_detect()
115 static int setup_sg_tablesize = -1; variable116 module_param(setup_sg_tablesize, int, 0);228 (setup_sg_tablesize >= 0) ? setup_sg_tablesize : SG_TABLESIZE; in sun3scsi_detect()