Home
last modified time | relevance | path

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

/drivers/scsi/
Dsun3_scsi.c502 static struct scsi_host_template sun3_scsi_template = { variable
530 sun3_scsi_template.can_queue = setup_can_queue; in sun3_scsi_probe()
532 sun3_scsi_template.cmd_per_lun = setup_cmd_per_lun; in sun3_scsi_probe()
534 sun3_scsi_template.sg_tablesize = setup_sg_tablesize; in sun3_scsi_probe()
536 sun3_scsi_template.this_id = setup_hostid & 7; in sun3_scsi_probe()
588 instance = scsi_host_alloc(&sun3_scsi_template, in sun3_scsi_probe()