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

/linux-4.1.27/drivers/scsi/
H A Dvmw_pvscsi.c949 static struct scsi_host_template pvscsi_template; variable in typeref:struct:scsi_host_template
959 pvscsi_template.cmd_per_lun); pvscsi_info()
964 static struct scsi_host_template pvscsi_template = { variable in typeref:struct:scsi_host_template
1413 pvscsi_template.can_queue = pvscsi_probe()
1416 pvscsi_template.cmd_per_lun = pvscsi_probe()
1417 min(pvscsi_template.can_queue, pvscsi_cmd_per_lun); pvscsi_probe()
1418 host = scsi_host_alloc(&pvscsi_template, sizeof(struct pvscsi_adapter)); pvscsi_probe()

Completed in 44 milliseconds