Home
last modified time | relevance | path

Searched refs:scsi_host_template (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/linux/include/linux/
A Data_platform.h14 struct scsi_host_template;
22 struct scsi_host_template *sht,
A Dahci_platform.h20 struct scsi_host_template;
35 struct scsi_host_template *sht);
/linux/drivers/scsi/
A Dqlogicfas.c50 static struct Scsi_Host *__qlogicfas_detect(struct scsi_host_template *host, in __qlogicfas_detect()
145 static int qlogicfas_detect(struct scsi_host_template *sht) in qlogicfas_detect()
184 static struct scsi_host_template qlogicfas_driver_template = {
A Dscsi_priv.h16 struct scsi_host_template;
104 extern void scsi_proc_hostdir_add(struct scsi_host_template *);
105 extern void scsi_proc_hostdir_rm(struct scsi_host_template *);
A Ddpti.h28 static int adpt_detect(struct scsi_host_template * sht);
290 static s32 adpt_scsi_host_alloc(adpt_hba* pHba,struct scsi_host_template * sht);
299 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
A Dscsi_proc.c101 void scsi_proc_hostdir_add(struct scsi_host_template *sht) in scsi_proc_hostdir_add()
120 void scsi_proc_hostdir_rm(struct scsi_host_template *sht) in scsi_proc_hostdir_rm()
140 struct scsi_host_template *sht = shost->hostt; in scsi_proc_host_add()
A Dmvme147.h14 int mvme147_detect(struct scsi_host_template *);
A Dscsi_error.c61 static enum scsi_disposition scsi_try_to_abort_cmd(struct scsi_host_template *,
689 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_ramp_up()
721 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_full()
830 struct scsi_host_template *hostt = host->hostt; in scsi_try_host_reset()
860 struct scsi_host_template *hostt = host->hostt; in scsi_try_bus_reset()
902 struct scsi_host_template *hostt = host->hostt; in scsi_try_target_reset()
931 struct scsi_host_template *hostt = scmd->device->host->hostt; in scsi_try_bus_device_reset()
960 scsi_try_to_abort_cmd(struct scsi_host_template *hostt, struct scsi_cmnd *scmd) in scsi_try_to_abort_cmd()
A Dsni_53c710.c47 static struct scsi_host_template snirm710_template = {
A Dbvme6000_scsi.c29 static struct scsi_host_template bvme6000_scsi_driver_template = {
/linux/include/scsi/
A Dscsi_host.h31 struct scsi_host_template { struct
560 struct scsi_host_template *hostt;
756 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
A Dlibiscsi.h25 struct scsi_host_template;
399 extern struct Scsi_Host *iscsi_host_alloc(struct scsi_host_template *sht,
/linux/drivers/ata/
A Dpata_serverworks.c255 static struct scsi_host_template serverworks_osb4_sht = {
261 static struct scsi_host_template serverworks_csb_sht = {
416 struct scsi_host_template *sht = &serverworks_csb_sht; in serverworks_init_one()
A Dpata_platform.c48 static struct scsi_host_template pata_platform_sht = {
100 struct scsi_host_template *sht, bool use16bit) in __pata_platform_probe()
A Dpata_netcell.c33 static struct scsi_host_template netcell_sht = {
A Dpata_of_platform.c18 static struct scsi_host_template pata_platform_sht = {
A Dahci_platform.c39 static struct scsi_host_template ahci_platform_sht = {
A Dpata_rz1000.c53 static struct scsi_host_template rz1000_sht = {
/linux/drivers/scsi/bfa/
A Dbfad_im.h170 extern struct scsi_host_template bfad_im_scsi_host_template;
171 extern struct scsi_host_template bfad_im_vport_template;
/linux/drivers/usb/storage/
A Dscsiglue.h29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
/linux/drivers/scsi/csiostor/
A Dcsio_scsi.h51 extern struct scsi_host_template csio_fcoe_shost_template;
52 extern struct scsi_host_template csio_fcoe_shost_vport_template;
/linux/drivers/scsi/pcmcia/
A Dqlogic_stub.c63 static struct scsi_host_template qlogicfas_driver_template = {
90 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host, in qlogic_detect()
A Dnsp_cs.h293 static struct Scsi_Host *nsp_detect (struct scsi_host_template *sht);
324 static struct Scsi_Host *nsp_detect(struct scsi_host_template *sht);
/linux/drivers/scsi/aic7xxx/
A Daic7xxx_osm.h127 extern struct scsi_host_template aic7xxx_driver_template;
379 struct scsi_host_template *);
/linux/Documentation/scsi/
A Dscsi_mid_low_api.rst103 "struct scsi_host_template", an instance of which is passed to
106 struct scsi_host_template. Defining an instance of struct
439 struct Scsi_Host * scsi_host_alloc(struct scsi_host_template * sht,
494 struct Scsi_Host * scsi_register(struct scsi_host_template * sht,
627 pointers are placed in an instance of struct scsi_host_template which
1037 struct scsi_host_template
1039 There is one "struct scsi_host_template" instance per LLD [#]_. It is
1063 struct scsi_host_template for each class). argument
1102 - pointer to driver's struct scsi_host_template from which
1271 The struct scsi_host_template::use_new_eh_code flag has been removed.
[all …]

Completed in 32 milliseconds

12345678910>>...12