Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dg_NCR5380.c692 static struct scsi_host_template driver_template = { variable
711 int ret = generic_NCR5380_init_one(&driver_template, pdev, base[ndev], in generic_NCR5380_isa_match()
757 return generic_NCR5380_init_one(&driver_template, &pdev->dev, base, irq, in generic_NCR5380_pnp_probe()
Daha1542.c1001 static struct scsi_host_template driver_template = { variable
1019 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match()
1072 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); in aha1542_pnp_probe()
D3w-sas.c1541 static struct scsi_host_template driver_template = { variable
1585 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
D3w-xxxx.c2235 static struct scsi_host_template driver_template = { variable
2274 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
Dhptiop.c1168 static struct scsi_host_template driver_template = { variable
1319 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
Dstex.c1477 static struct scsi_host_template driver_template = { variable
1669 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
D3w-9xxx.c1988 static struct scsi_host_template driver_template = { variable
2032 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
Ddpt_i2o.c3491 static struct scsi_host_template driver_template = { variable
3515 error = adpt_detect(&driver_template); in adpt_init()
Dipr.c6739 static struct scsi_host_template driver_template = { variable
10183 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
/Linux-v5.10/drivers/scsi/ibmvscsi/
Dibmvscsi.c2083 static struct scsi_host_template driver_template = { variable
2232 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe()
2410 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
Dibmvfc.c3150 static struct scsi_host_template driver_template = { variable
5092 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe()
5255 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
/Linux-v5.10/drivers/scsi/esas2r/
Desas2r_main.c234 static struct scsi_host_template driver_template = { variable
390 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
/Linux-v5.10/drivers/scsi/cxlflash/
Dmain.c3159 static struct scsi_host_template driver_template = { variable
3674 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe()
3676 host = scsi_host_alloc(&driver_template, sizeof(struct cxlflash_cfg)); in cxlflash_probe()
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc1849 * Cleanup of driver_template.