Searched refs:scsi_host_template (Results 1 – 25 of 290) sorted by relevance
12345678910>>...12
| /linux/include/linux/ |
| A D | ata_platform.h | 14 struct scsi_host_template; 22 struct scsi_host_template *sht,
|
| A D | ahci_platform.h | 20 struct scsi_host_template; 35 struct scsi_host_template *sht);
|
| /linux/drivers/scsi/ |
| A 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 = {
|
| A D | scsi_priv.h | 16 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 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) ;
|
| A 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()
|
| A D | mvme147.h | 14 int mvme147_detect(struct scsi_host_template *);
|
| A D | scsi_error.c | 61 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 D | sni_53c710.c | 47 static struct scsi_host_template snirm710_template = {
|
| A D | bvme6000_scsi.c | 29 static struct scsi_host_template bvme6000_scsi_driver_template = {
|
| /linux/include/scsi/ |
| A D | scsi_host.h | 31 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 D | libiscsi.h | 25 struct scsi_host_template; 399 extern struct Scsi_Host *iscsi_host_alloc(struct scsi_host_template *sht,
|
| /linux/drivers/ata/ |
| A 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()
|
| A 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()
|
| A D | pata_netcell.c | 33 static struct scsi_host_template netcell_sht = {
|
| A D | pata_of_platform.c | 18 static struct scsi_host_template pata_platform_sht = {
|
| A D | ahci_platform.c | 39 static struct scsi_host_template ahci_platform_sht = {
|
| A D | pata_rz1000.c | 53 static struct scsi_host_template rz1000_sht = {
|
| /linux/drivers/scsi/bfa/ |
| A 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/drivers/usb/storage/ |
| A D | scsiglue.h | 29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
|
| /linux/drivers/scsi/csiostor/ |
| A 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;
|
| /linux/drivers/scsi/pcmcia/ |
| A 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()
|
| A 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/drivers/scsi/aic7xxx/ |
| A D | aic7xxx_osm.h | 127 extern struct scsi_host_template aic7xxx_driver_template; 379 struct scsi_host_template *);
|
| /linux/Documentation/scsi/ |
| A D | scsi_mid_low_api.rst | 103 "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