Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dsun3_scsi.c495 static struct scsi_host_template sun3_scsi_template = { variable
524 sun3_scsi_template.can_queue = setup_can_queue; in sun3_scsi_probe()
526 sun3_scsi_template.cmd_per_lun = setup_cmd_per_lun; in sun3_scsi_probe()
528 sun3_scsi_template.sg_tablesize = setup_sg_tablesize; in sun3_scsi_probe()
530 sun3_scsi_template.this_id = setup_hostid & 7; in sun3_scsi_probe()
580 instance = scsi_host_alloc(&sun3_scsi_template, in sun3_scsi_probe()