Searched refs:driver_template (Results 1 – 12 of 12) sorted by relevance
/drivers/scsi/ |
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() 756 return generic_NCR5380_init_one(&driver_template, &pdev->dev, base, irq, in generic_NCR5380_pnp_probe()
|
D | aha1542.c | 1034 static struct scsi_host_template driver_template = { variable 1054 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match() 1108 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); in aha1542_pnp_probe()
|
D | 3w-sas.c | 1534 static struct scsi_host_template driver_template = { variable 1576 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
|
D | stex.c | 1479 static struct scsi_host_template driver_template = { variable 1671 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
|
D | 3w-xxxx.c | 2232 static struct scsi_host_template driver_template = { variable 2271 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
|
D | hptiop.c | 1162 static struct scsi_host_template driver_template = { variable 1314 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
|
D | 3w-9xxx.c | 1980 static struct scsi_host_template driver_template = { variable 2024 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
|
D | ipr.c | 6744 static struct scsi_host_template driver_template = { variable 10186 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
|
/drivers/scsi/ibmvscsi/ |
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()
|
D | ibmvfc.c | 3653 static 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()
|
/drivers/scsi/esas2r/ |
D | esas2r_main.c | 234 static struct scsi_host_template driver_template = { variable 388 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
|
/drivers/scsi/cxlflash/ |
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()
|