Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dvmw_pvscsi.c1001 static struct scsi_host_template pvscsi_template; variable
1011 pvscsi_template.cmd_per_lun); in pvscsi_info()
1016 static struct scsi_host_template pvscsi_template = { variable
1432 pvscsi_template.can_queue = in pvscsi_probe()
1435 pvscsi_template.cmd_per_lun = in pvscsi_probe()
1436 min(pvscsi_template.can_queue, pvscsi_cmd_per_lun); in pvscsi_probe()
1437 host = scsi_host_alloc(&pvscsi_template, sizeof(struct pvscsi_adapter)); in pvscsi_probe()