Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmac_scsi.c58 static int setup_sg_tablesize = -1; variable
59 module_param(setup_sg_tablesize, int, 0);
83 setup_sg_tablesize = ints[3]; in mac_scsi_setup()
468 if (setup_sg_tablesize > 0) in mac_scsi_probe()
469 mac_scsi_template.sg_tablesize = setup_sg_tablesize; in mac_scsi_probe()
H A Datari_scsi.c151 static int setup_sg_tablesize = -1; variable
152 module_param(setup_sg_tablesize, int, 0);
407 setup_sg_tablesize = ints[3]; in atari_scsi_setup()
751 if (ATARIHW_PRESENT(TT_SCSI) && setup_sg_tablesize > 0) in atari_scsi_probe()
752 atari_scsi_template.sg_tablesize = setup_sg_tablesize; in atari_scsi_probe()
H A Dsun3_scsi.c147 static int setup_sg_tablesize = -1; variable
148 module_param(setup_sg_tablesize, int, 0);
527 if (setup_sg_tablesize > 0) in sun3_scsi_probe()
528 sun3_scsi_template.sg_tablesize = setup_sg_tablesize; in sun3_scsi_probe()