Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dg_NCR5380.c693 static const struct scsi_host_template driver_template = { variable
712 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 D3w-sas.c1537 static const struct scsi_host_template driver_template = { variable
1579 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
H A Dstex.c1478 static const struct scsi_host_template driver_template = { variable
1670 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
H A D3w-9xxx.c1980 static const struct scsi_host_template driver_template = { variable
2024 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
H A Dipr.c6393 static const struct scsi_host_template driver_template = { variable
9382 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c2089 static struct scsi_host_template driver_template = { variable
2238 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe()
2414 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
H A Dibmvfc.c3692 static const struct scsi_host_template driver_template = { variable
6327 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe()
6496 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
/linux/drivers/scsi/esas2r/
H A Desas2r_main.c233 static const struct scsi_host_template driver_template = { variable
385 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1849 * Cleanup of driver_template.