/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | g_NCR5380.c | 692 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()
|
H A D | aha1542.c | 1001 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()
|
H A D | 3w-9xxx.c | 1988 static struct scsi_host_template driver_template = { variable 2032 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
|
H A D | 3w-xxxx.c | 2235 static struct scsi_host_template driver_template = { variable 2274 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
|
H A D | 3w-sas.c | 1541 static struct scsi_host_template driver_template = { variable 1585 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
|
H A D | hptiop.c | 1168 static struct scsi_host_template driver_template = { variable 1319 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
|
H A D | stex.c | 1482 static struct scsi_host_template driver_template = { variable 1674 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
|
H A D | dpt_i2o.c | 3233 static struct scsi_host_template driver_template = { variable 3257 error = adpt_detect(&driver_template); in adpt_init()
|
H A D | ipr.c | 6740 static struct scsi_host_template driver_template = { variable 10184 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | g_NCR5380.c | 692 static const struct scsi_host_template driver_template = { variable 711 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()
|
H A D | aha1542.c | 1035 static const struct scsi_host_template driver_template = { variable 1055 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match() 1109 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); in aha1542_pnp_probe()
|
H A D | stex.c | 1479 static const struct scsi_host_template driver_template = { variable 1671 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
|
H A D | 3w-xxxx.c | 2232 static const struct scsi_host_template driver_template = { variable 2271 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
|
H A D | 3w-9xxx.c | 1979 static const struct scsi_host_template driver_template = { variable 2023 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
|
H A D | 3w-sas.c | 1533 static const struct scsi_host_template driver_template = { variable 1575 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
|
H A D | hptiop.c | 1162 static const struct scsi_host_template driver_template = { variable 1314 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
|
H A D | ipr.c | 6390 static const struct scsi_host_template driver_template = { variable 9407 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2083 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()
|
H A D | ibmvfc.c | 3160 static struct scsi_host_template driver_template = { variable 5121 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe() 5284 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2085 static struct scsi_host_template driver_template = { variable 2234 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe() 2410 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
|
H A D | ibmvfc.c | 3653 static const struct scsi_host_template driver_template = { variable 6238 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe() 6405 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 234 static struct scsi_host_template driver_template = { variable 390 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 234 static const struct scsi_host_template driver_template = { variable 386 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 3159 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()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 3140 static struct scsi_host_template driver_template = { variable 3655 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe() 3657 host = scsi_host_alloc(&driver_template, sizeof(struct cxlflash_cfg)); in cxlflash_probe()
|