/Linux-v4.19/arch/ia64/hp/sim/ |
D | simscsi.c | 339 static struct scsi_host_template driver_template = { variable 358 host = scsi_host_alloc(&driver_template, 0); in simscsi_init()
|
/Linux-v4.19/drivers/scsi/ |
D | g_NCR5380.c | 691 static struct scsi_host_template driver_template = { variable 710 int ret = generic_NCR5380_init_one(&driver_template, pdev, base[ndev], in generic_NCR5380_isa_match() 756 return generic_NCR5380_init_one(&driver_template, &pdev->dev, base, irq, in generic_NCR5380_pnp_probe()
|
D | aha1542.c | 945 static struct scsi_host_template driver_template = { variable 963 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match() 1016 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); in aha1542_pnp_probe()
|
D | 3w-sas.c | 1538 static struct scsi_host_template driver_template = { variable 1583 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
|
D | 3w-xxxx.c | 2229 static struct scsi_host_template driver_template = { variable 2269 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
|
D | stex.c | 1482 static struct scsi_host_template driver_template = { variable 1686 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
|
D | hptiop.c | 1176 static struct scsi_host_template driver_template = { variable 1324 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
|
D | 3w-9xxx.c | 1982 static struct scsi_host_template driver_template = { variable 2027 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
|
D | dpt_i2o.c | 3557 static struct scsi_host_template driver_template = { variable 3582 error = adpt_detect(&driver_template); in adpt_init()
|
D | ipr.c | 6735 static struct scsi_host_template driver_template = { variable 10172 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
|
/Linux-v4.19/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 2067 static struct scsi_host_template driver_template = { variable 2189 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe() 2357 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
|
D | ibmvfc.c | 3083 static struct scsi_host_template driver_template = { variable 4759 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe() 4921 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | esas2r_main.c | 234 static struct scsi_host_template driver_template = { variable 391 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | main.c | 3166 static struct scsi_host_template driver_template = { variable 3682 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe() 3684 host = scsi_host_alloc(&driver_template, sizeof(struct cxlflash_cfg)); in cxlflash_probe()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 1849 * Cleanup of driver_template.
|