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

/drivers/scsi/
H A Dvmw_pvscsi.c888 static struct scsi_host_template pvscsi_template; variable in typeref:struct:scsi_host_template
898 pvscsi_template.cmd_per_lun);
903 static struct scsi_host_template pvscsi_template = { variable in typeref:struct:scsi_host_template
1262 pvscsi_template.can_queue =
1265 pvscsi_template.cmd_per_lun =
1266 min(pvscsi_template.can_queue, pvscsi_cmd_per_lun);
1267 host = scsi_host_alloc(&pvscsi_template, sizeof(struct pvscsi_adapter));

Completed in 530 milliseconds