Searched refs:scsi_host_template (Results  1 – 25 of 290) sorted by relevance
12345678910>>...12
| /Linux-v5.15/include/linux/ | 
| D | ata_platform.h | 14 struct scsi_host_template; 22 				 struct scsi_host_template *sht,
  | 
| D | ahci_platform.h | 20 struct scsi_host_template; 35 			    struct scsi_host_template *sht);
  | 
| /Linux-v5.15/drivers/scsi/ | 
| D | scsi_priv.h | 16 struct scsi_host_template; 103 extern void scsi_proc_hostdir_add(struct scsi_host_template *); 104 extern void scsi_proc_hostdir_rm(struct scsi_host_template *);
  | 
| D | qlogicfas.c | 50 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 = {
  | 
| D | mvme147.h | 14 int mvme147_detect(struct scsi_host_template *);
  | 
| D | dpti.h | 28 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) ;
  | 
| D | scsi_proc.c | 101 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()
  | 
| D | scsi_error.c | 63 static enum scsi_disposition scsi_try_to_abort_cmd(struct scsi_host_template *, 665 	struct scsi_host_template *sht = sdev->host->hostt;  in scsi_handle_queue_ramp_up() 697 	struct scsi_host_template *sht = sdev->host->hostt;  in scsi_handle_queue_full() 806 	struct scsi_host_template *hostt = host->hostt;  in scsi_try_host_reset() 836 	struct scsi_host_template *hostt = host->hostt;  in scsi_try_bus_reset() 878 	struct scsi_host_template *hostt = host->hostt;  in scsi_try_target_reset() 907 	struct scsi_host_template *hostt = scmd->device->host->hostt;  in scsi_try_bus_device_reset() 936 scsi_try_to_abort_cmd(struct scsi_host_template *hostt, struct scsi_cmnd *scmd)  in scsi_try_to_abort_cmd()
  | 
| D | bvme6000_scsi.c | 29 static struct scsi_host_template bvme6000_scsi_driver_template = {
  | 
| D | sni_53c710.c | 47 static struct scsi_host_template snirm710_template = {
  | 
| D | mvme16x_scsi.c | 29 static struct scsi_host_template mvme16x_scsi_driver_template = {
  | 
| /Linux-v5.15/include/scsi/ | 
| D | scsi_host.h | 31 struct scsi_host_template {  struct 564 	struct scsi_host_template *hostt; 754 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
  | 
| /Linux-v5.15/drivers/usb/storage/ | 
| D | scsiglue.h | 29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
  | 
| /Linux-v5.15/drivers/ata/ | 
| D | pata_serverworks.c | 255 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()
  | 
| D | pata_platform.c | 48 static struct scsi_host_template pata_platform_sht = { 100 			  struct scsi_host_template *sht, bool use16bit)  in __pata_platform_probe()
  | 
| D | pata_netcell.c | 33 static struct scsi_host_template netcell_sht = {
  | 
| D | pata_of_platform.c | 18 static struct scsi_host_template pata_platform_sht = {
  | 
| D | ahci_platform.c | 39 static struct scsi_host_template ahci_platform_sht = {
  | 
| D | pata_rz1000.c | 53 static struct scsi_host_template rz1000_sht = {
  | 
| D | pata_isapnp.c | 23 static struct scsi_host_template isapnp_sht = {
  | 
| D | pata_piccolo.c | 65 static struct scsi_host_template tosh_sht = {
  | 
| /Linux-v5.15/drivers/scsi/bfa/ | 
| D | bfad_im.h | 170 extern struct scsi_host_template bfad_im_scsi_host_template; 171 extern struct scsi_host_template bfad_im_vport_template;
  | 
| /Linux-v5.15/drivers/scsi/pcmcia/ | 
| D | qlogic_stub.c | 63 static struct scsi_host_template qlogicfas_driver_template = { 90 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host,  in qlogic_detect()
  | 
| D | nsp_cs.h | 293 static struct Scsi_Host *nsp_detect     (struct scsi_host_template *sht); 324 static struct Scsi_Host *nsp_detect(struct scsi_host_template *sht);
  | 
| /Linux-v5.15/drivers/scsi/csiostor/ | 
| D | csio_scsi.h | 51 extern struct scsi_host_template csio_fcoe_shost_template; 52 extern struct scsi_host_template csio_fcoe_shost_vport_template;
  | 
        12345678910>>...12