Home
last modified time | relevance | path

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

12345678910>>...12

/OK3568_Linux_fs/kernel/include/linux/
H A Data_platform.h14 struct scsi_host_template;
22 struct scsi_host_template *sht,
H A Dahci_platform.h20 struct scsi_host_template;
35 struct scsi_host_template *sht);
/OK3568_Linux_fs/kernel/drivers/scsi/
H 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 = {
H A Dscsi_priv.h14 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 *);
H 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) ;
H 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()
H A Dmvme147.h14 int mvme147_detect(struct scsi_host_template *);
H A Dscsi_error.c63 static int scsi_try_to_abort_cmd(struct scsi_host_template *,
653 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_ramp_up()
685 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_full()
800 struct scsi_host_template *hostt = host->hostt; in scsi_try_host_reset()
830 struct scsi_host_template *hostt = host->hostt; in scsi_try_bus_reset()
872 struct scsi_host_template *hostt = host->hostt; in scsi_try_target_reset()
901 struct scsi_host_template *hostt = scmd->device->host->hostt; in scsi_try_bus_device_reset()
929 static int scsi_try_to_abort_cmd(struct scsi_host_template *hostt, in scsi_try_to_abort_cmd()
H A Dsni_53c710.c48 static struct scsi_host_template snirm710_template = {
H A Dbvme6000_scsi.c29 static struct scsi_host_template bvme6000_scsi_driver_template = {
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_host.h33 struct scsi_host_template { struct
554 struct scsi_host_template *hostt;
746 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
H A Dlibiscsi.h25 struct scsi_host_template;
391 extern struct Scsi_Host *iscsi_host_alloc(struct scsi_host_template *sht,
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_serverworks.c255 static struct scsi_host_template serverworks_osb4_sht = {
260 static struct scsi_host_template serverworks_csb_sht = {
415 struct scsi_host_template *sht = &serverworks_csb_sht; in serverworks_init_one()
H A Dpata_platform.c46 static struct scsi_host_template pata_platform_sht = {
98 struct scsi_host_template *sht, bool use16bit) in __pata_platform_probe()
H A Dpata_of_platform.c18 static struct scsi_host_template pata_platform_sht = {
H A Dpata_netcell.c33 static struct scsi_host_template netcell_sht = {
H A Dahci_platform.c39 static struct scsi_host_template ahci_platform_sht = {
H A Dpata_rz1000.c53 static struct scsi_host_template rz1000_sht = {
H A Dpata_piccolo.c65 static struct scsi_host_template tosh_sht = {
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad_im.h170 extern struct scsi_host_template bfad_im_scsi_host_template;
171 extern struct scsi_host_template bfad_im_vport_template;
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dscsiglue.h29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
/OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/
H 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()
H 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);
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_scsi.h51 extern struct scsi_host_template csio_fcoe_shost_template;
52 extern struct scsi_host_template csio_fcoe_shost_vport_template;
/OK3568_Linux_fs/kernel/Documentation/scsi/
H 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
107 scsi_host_template at file scope will cause NULL to be placed in function
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
638 of a "struct scsi_host_template" instance. A pointer to such an instance
643 file immediately above their definition point in "struct scsi_host_template".
1037 struct scsi_host_template
1039 There is one "struct scsi_host_template" instance per LLD [#]_. It is
[all …]

12345678910>>...12