Searched refs:scsi_host_template (Results 1 – 25 of 289) sorted by relevance
12345678910>>...12
/Linux-v5.10/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.10/drivers/scsi/ |
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 | scsi_priv.h | 14 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 *);
|
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 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()
|
D | sni_53c710.c | 48 static struct scsi_host_template snirm710_template = {
|
D | bvme6000_scsi.c | 29 static struct scsi_host_template bvme6000_scsi_driver_template = {
|
D | mvme16x_scsi.c | 29 static struct scsi_host_template mvme16x_scsi_driver_template = {
|
/Linux-v5.10/include/scsi/ |
D | scsi_host.h | 32 struct scsi_host_template { struct 548 struct scsi_host_template *hostt; 738 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
|
/Linux-v5.10/drivers/usb/storage/ |
D | scsiglue.h | 29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
|
/Linux-v5.10/drivers/ata/ |
D | pata_serverworks.c | 255 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()
|
D | pata_platform.c | 46 static struct scsi_host_template pata_platform_sht = { 98 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.10/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.10/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.10/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